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 classPSVIAttrNSImplAttribute 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 voidPSVIAttrNSImpl. 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 classAttributePSVImplAttribute 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 AttributePSVISAXParserImpl. getAttributePSVI(int index)AttributePSVISAXParserImpl. 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 AttributePSVIAbstractSAXParser. getAttributePSVI(int index)AttributePSVIAbstractSAXParser. 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 AttributePSVIPSVIProvider. getAttributePSVI(int index)ProvidesAttributePSVIgiven the index of an attribute information item in the current element's attribute list.AttributePSVIPSVIProvider. getAttributePSVIByName(String uri, String localname)ProvidesAttributePSVIgiven the namespace name and the local name of an attribute information item in the current element's attribute list.
-