Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.AttributePSVI
-
-
Uses of AttributePSVI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that implement AttributePSVI Modifier and Type Class Description class
PSVIAttrNSImpl
Attribute namespace implementation; stores PSVI attribute items.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type AttributePSVI Modifier and Type Method Description void
PSVIAttrNSImpl. setPSVI(AttributePSVI attr)
Copy PSVI properties from another psvi item. -
Uses of AttributePSVI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement AttributePSVI Modifier and Type Class Description class
AttributePSVImpl
Attribute PSV infoset augmentations implementation.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type AttributePSVI Constructor Description AttributePSVImpl(boolean isConstant, AttributePSVI attrPSVI)
-
Uses of AttributePSVI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.jaxp
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.jaxp that return AttributePSVI Modifier and Type Method Description AttributePSVI
SAXParserImpl. getAttributePSVI(int index)
AttributePSVI
SAXParserImpl. getAttributePSVIByName(String uri, String localname)
-
Uses of AttributePSVI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return AttributePSVI Modifier and Type Method Description AttributePSVI
AbstractSAXParser. getAttributePSVI(int index)
AttributePSVI
AbstractSAXParser. getAttributePSVIByName(String uri, String localname)
-
Uses of AttributePSVI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return AttributePSVI Modifier and Type Method Description AttributePSVI
PSVIProvider. getAttributePSVI(int index)
ProvidesAttributePSVI
given the index of an attribute information item in the current element's attribute list.AttributePSVI
PSVIProvider. getAttributePSVIByName(String uri, String localname)
ProvidesAttributePSVI
given the namespace name and the local name of an attribute information item in the current element's attribute list.
-