Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XSElementDecl
-
-
Uses of XSElementDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSElementDecl Modifier and Type Field Description XSElementDeclXSElementDecl. fSubGroupMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSElementDecl Modifier and Type Method Description XSElementDeclXSDeclarationPool. getElementDecl()XSElementDeclSchemaGrammar. getGlobalElementDecl(String declName)get one global elementXSElementDeclSchemaGrammar. getGlobalElementDecl(String declName, String location)XSElementDeclXMLSchemaLoader. getGlobalElementDecl(QName element)XSElementDeclXMLSchemaValidator. getGlobalElementDecl(QName element)XSElementDeclXSElementDeclHelper. getGlobalElementDecl(QName element)XSElementDeclSubstitutionGroupHandler. getMatchingElemDecl(QName element, XSElementDecl exemplar)XSElementDecl[]SubstitutionGroupHandler. getSubstitutionGroup(XSElementDecl element)get all elements that can substitute the given element, according to the spec, we shouldn't consider the {block} constraints.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSElementDecl Modifier and Type Method Description voidSchemaGrammar. addGlobalElementDecl(XSElementDecl decl)voidSchemaGrammar. addGlobalElementDecl(XSElementDecl decl, String location)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalElementDecl(XSElementDecl decl)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalElementDecl(XSElementDecl decl, String location)voidSchemaGrammar.Schema4Annotations. addGlobalElementDecl(XSElementDecl decl)voidSchemaGrammar.Schema4Annotations. addGlobalElementDecl(XSElementDecl decl, String location)voidSchemaGrammar. addGlobalElementDeclAll(XSElementDecl decl)register one global elementvoidSchemaGrammar.BuiltinSchemaGrammar. addGlobalElementDeclAll(XSElementDecl decl)voidSchemaGrammar.Schema4Annotations. addGlobalElementDeclAll(XSElementDecl decl)voidSchemaGrammar. addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl)register one identity constraintvoidSchemaGrammar. addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl, String location)voidSubstitutionGroupHandler. addSubstitutionGroup(XSElementDecl[] elements)add a list of substitution group information.static voidXSConstraints. findElemInTable(XSComplexTypeDecl type, XSElementDecl elem, SymbolHash elemDeclHash)XSElementDeclSubstitutionGroupHandler. getMatchingElemDecl(QName element, XSElementDecl exemplar)XSElementDecl[]SubstitutionGroupHandler. getSubstitutionGroup(XSElementDecl element)get all elements that can substitute the given element, according to the spec, we shouldn't consider the {block} constraints.voidXMLSchemaValidator.ValueStoreCache. initValueStoresFor(XSElementDecl eDecl, FieldActivator activator)Initializes the value stores for the specified element declaration.booleanSubstitutionGroupHandler. inSubstitutionGroup(XSElementDecl element, XSElementDecl exemplar)static booleanXSConstraints. overlapUPA(XSElementDecl element1, XSElementDecl element2, SubstitutionGroupHandler sgHandler)static booleanXSConstraints. overlapUPA(XSElementDecl element, XSWildcardDecl wildcard, SubstitutionGroupHandler sgHandler)protected booleanSubstitutionGroupHandler. substitutionGroupOK(XSElementDecl element, XSElementDecl exemplar, short blockingConstraint) -
Uses of XSElementDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.models with parameters of type XSElementDecl Modifier and Type Method Description voidXSAllCM. addElement(XSElementDecl element, boolean isOptional) -
Uses of XSElementDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type XSElementDecl Modifier and Type Method Description protected voidXSDHandler. storeKeyRef(Element keyrefToStore, org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers.XSDocumentInfo schemaDoc, XSElementDecl currElemDecl)
-