Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSObject
-
-
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Subinterfaces of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv Modifier and Type Interface Description interfaceXSSimpleTypeThis interfaceXSSimpleTyperepresents the simple type definition of schema component and defines methods to query the information contained. -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that implement XSObject Modifier and Type Class Description classXSSimpleTypeDeclclassXSSimpleTypeDelegateBase class for XSSimpleType wrapper implementations.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return XSObject Modifier and Type Method Description XSObjectXSSimpleTypeDecl. getFacet(int facetType)XSObjectXSSimpleTypeDelegate. getFacet(int facetType) -
Uses of XSObject 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 XSObject Modifier and Type Class Description classXSAnnotationImplThis is an implementation of the XSAnnotation schema component.classXSAttributeDeclThe XML representation for an attribute declaration schema component is an <attribute> element information itemclassXSAttributeGroupDeclThe XML representation for an attribute group declaration schema component is a global <attributeGroup> element information itemclassXSAttributeUseImplThe XML representation for an attribute use schema component is a local <attribute> element information itemclassXSComplexTypeDeclThe XML representation for a complexType schema component is a <complexType> element information itemclassXSElementDeclThe XML representation for an element declaration schema component is an <element> element information itemclassXSGroupDeclThe XML representation for a group declaration schema component is a global <group> element information itemclassXSModelGroupImplStore schema model group declaration.classXSNotationDeclThe XML representation for a NOTATION declaration schema component is a global <notation> element information itemclassXSParticleDeclStore schema particle declaration.classXSWildcardDeclThe XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that implement XSObject Modifier and Type Class Description classIdentityConstraintBase class of Schema identity constraint.classKeyRefSchema key reference identity constraint.classUniqueOrKeySchema unique or key identity constraint. -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that return XSObject Modifier and Type Method Description XSObject[]XSInputSource. getComponents()XSObjectXSNamedMap4Types. item(int index)Returns theindexth item in the map.XSObjectXSNamedMapImpl. item(int index)Returns theindexth item in the collection ornullifindexis greater than or equal to the number of objects in the list.XSObjectXSObjectListImpl. item(int index)Returns theindexth item in the collection.XSObjectXSNamedMap4Types. itemByName(String namespace, String localName)Retrieves anXSObjectspecified by local name and namespace URI.XSObjectXSNamedMapImpl. itemByName(String namespace, String localName)Retrieves anXSObjectspecified by local name and namespace URI.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type XSObject Modifier and Type Method Description voidXSObjectListImpl. addXSObject(int index, XSObject object)voidXSObjectListImpl. addXSObject(XSObject object)voidXSInputSource. setComponents(XSObject[] components)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type XSObject Constructor Description XSInputSource(XSObject[] component)XSNamedMapImpl(XSObject[] array, int length)Construct an XSNamedMap implementation one namespace from an arrayXSObjectListImpl(XSObject[] array, int length)Construct an XSObjectList implementation -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Subinterfaces of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs Modifier and Type Interface Description interfaceXSAnnotationThis interface represents the Annotation schema component.interfaceXSAttributeDeclarationThe interface represents the Attribute Declaration schema component.interfaceXSAttributeGroupDefinitionThis interface represents the Attribute Group Definition schema component.interfaceXSAttributeUseThis interface represents the Attribute Use schema component.interfaceXSComplexTypeDefinitionThis interface represents the Complex Type Definition schema component.interfaceXSElementDeclarationThe interface represents the Element Declaration schema component.interfaceXSFacetDescribes a constraining facet.interfaceXSIDCDefinitionThis interface represents the Identity-constraint Definition schema component.interfaceXSModelGroupThis interface represents the Model Group schema component.interfaceXSModelGroupDefinitionThis interface represents the Model Group Definition schema component.interfaceXSMultiValueFacetDescribes a multi-value constraining facets: pattern and enumeration.interfaceXSNotationDeclarationThis interface represents the Notation Declaration schema component.interfaceXSParticleThis interface represents the Particle schema component.interfaceXSSimpleTypeDefinitionThis interface represents the Simple Type Definition schema component.interfaceXSTermDescribes a term that can be one of a model group, a wildcard, or an element declaration.interfaceXSTypeDefinitionThis interface represents a complex or simple type definition.interfaceXSWildcardThis interface represents the Wildcard schema component.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSObject Modifier and Type Method Description XSObjectXSSimpleTypeDefinition. getFacet(int facetType)A constraining facet object.XSObjectXSNamedMap. item(int index)Returns theindexth item in the collection ornullifindexis greater than or equal to the number of objects in the list.XSObjectXSObjectList. item(int index)Returns theindexth item in the collection ornullifindexis greater than or equal to the number of objects in the list.XSObjectXSNamedMap. itemByName(String namespace, String localName)Retrieves anXSObjectspecified by local name and namespace URI.
-