@API(type=INTERNAL,
src=PUBLIC)
public class XSLTValueProvider
extends ro.sync.ecss.extensions.cc.AbstractValueProvider
ValueProvider.Action| Constructor and Description |
|---|
XSLTValueProvider(java.lang.String baseSystemId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ValueProvider.Action |
getAction()
Describes how the returned values should be handled.
|
java.util.List<CIValue> |
getValues(java.lang.String systemID,
ContextProvider contextProvider)
Gets content completion values.
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts) |
public XSLTValueProvider(java.lang.String baseSystemId)
baseSystemId - Base URI.public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class ro.sync.ecss.extensions.cc.AbstractValueProviderorg.xml.sax.SAXExceptionAbstractValueProvider.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)public java.util.List<CIValue> getValues(java.lang.String systemID, ContextProvider contextProvider)
ValueProvidersystemID - The system ID of the document for which we are requesting the content completion.contextProvider - An Xpath location that identifies the element in the context of which
we are requesting the possible values.ValueProvider.getValues(java.lang.String, ro.sync.ecss.extensions.cc.ContextProvider)public ValueProvider.Action getAction()
ValueProviderValueProvider.Action.ValueProvider.getAction()© Copyright SyncRO Soft SRL 2002 - 2015. All rights reserved.