Uses of Interface
org.apache.jena.ext.xerces.xs.XSObject
Packages that use XSObject
Package
Description
-
Uses of XSObject in org.apache.jena.ext.xerces.impl.dv
Subinterfaces of XSObject in org.apache.jena.ext.xerces.impl.dvModifier and TypeInterfaceDescriptioninterfaceThis interfaceXSSimpleTyperepresents the simple type definition of schema component and defines methods to query the information contained. -
Uses of XSObject in org.apache.jena.ext.xerces.impl.dv.xs
Classes in org.apache.jena.ext.xerces.impl.dv.xs that implement XSObjectModifier and TypeClassDescriptionclass@xerces.internalclassBase class for XSSimpleType wrapper implementations.Methods in org.apache.jena.ext.xerces.impl.dv.xs that return XSObject -
Uses of XSObject in org.apache.jena.ext.xerces.impl.xs.util
Methods in org.apache.jena.ext.xerces.impl.xs.util that return XSObjectModifier and TypeMethodDescriptionXSObjectListImpl.item(int index) Returns theindexth item in the collection.Methods in org.apache.jena.ext.xerces.impl.xs.util with parameters of type XSObjectModifier and TypeMethodDescriptionvoidXSObjectListImpl.addXSObject(int index, XSObject object) voidXSObjectListImpl.addXSObject(XSObject object) Constructors in org.apache.jena.ext.xerces.impl.xs.util with parameters of type XSObjectModifierConstructorDescriptionXSObjectListImpl(XSObject[] array, int length) Construct an XSObjectList implementation -
Uses of XSObject in org.apache.jena.ext.xerces.xs
Subinterfaces of XSObject in org.apache.jena.ext.xerces.xsModifier and TypeInterfaceDescriptioninterfaceThis interface represents the Annotation schema component.interfaceThe interface represents the Attribute Declaration schema component.interfaceThis interface represents the Attribute Group Definition schema component.interfaceThis interface represents the Attribute Use schema component.interfaceThis interface represents the Complex Type Definition schema component.interfaceThe interface represents the Element Declaration schema component.interfaceDescribes a constraining facet.interfaceThis interface represents the Identity-constraint Definition schema component.interfaceThis interface represents the Model Group schema component.interfaceThis interface represents the Model Group Definition schema component.interfaceDescribes a multi-value constraining facets: pattern and enumeration.interfaceThis interface represents the Notation Declaration schema component.interfaceThis interface represents the Particle schema component.interfaceThis interface represents the Simple Type Definition schema component.interfaceDescribes a term that can be one of a model group, a wildcard, or an element declaration.interfaceThis interface represents a complex or simple type definition.interfaceThis interface represents the Wildcard schema component.Methods in org.apache.jena.ext.xerces.xs that return XSObjectModifier and TypeMethodDescriptionXSSimpleTypeDefinition.getFacet(int facetType) A constraining facet object.XSNamedMap.item(int index) Returns theindexth item in the collection ornullifindexis greater than or equal to the number of objects in the list.XSObjectList.item(int index) Returns theindexth item in the collection ornullifindexis greater than or equal to the number of objects in the list.XSNamedMap.itemByName(String namespace, String localName) Retrieves anXSObjectspecified by local name and namespace URI.