Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.QName
-
-
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as QName Modifier and Type Field Description protected QNameDOMNormalizer. fQNameMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type QName Modifier and Type Method Description intDOMNormalizer.XMLAttributesProxy. addAttribute(QName qname, String attrType, String attrValue)This method adds default declarationsvoidDOMNormalizer. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDOMNormalizer. endElement(QName element, Augmentations augs)The end of an element.voidDOMNormalizer.XMLAttributesProxy. getName(int attrIndex, QName attrName)voidDOMNormalizer.XMLAttributesProxy. setName(int attrIndex, QName attrName)voidDOMNormalizer. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.protected voidDOMNormalizer. updateQName(Node node, QName qname) -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as QName Modifier and Type Field Description protected QNameXMLDocumentFragmentScannerImpl. fAttributeQNameAttribute QName.protected QNameXMLDocumentFragmentScannerImpl. fCurrentElementCurrent element.protected QNameXMLDocumentFragmentScannerImpl. fElementQNameElement QName.protected QName[]XMLDocumentFragmentScannerImpl.ElementStack. fElementsThe stack data.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return QName Modifier and Type Method Description QNameXMLDocumentFragmentScannerImpl.ElementStack. pushElement(QName element)Pushes an element on the stack.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type QName Modifier and Type Method Description voidXMLNamespaceBinder. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLNamespaceBinder. endElement(QName element, Augmentations augs)The end of an element.protected intXMLDocumentFragmentScannerImpl. handleEndElement(QName element, boolean isEmpty)Handles the end element.protected voidXMLNamespaceBinder. handleEndElement(QName element, Augmentations augs, boolean isEmpty)Handles end element.protected voidXMLNamespaceBinder. handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty)Handles start element.voidXMLDocumentFragmentScannerImpl.ElementStack. popElement(QName element)Pops an element off of the stack by setting the values of the specified QName.QNameXMLDocumentFragmentScannerImpl.ElementStack. pushElement(QName element)Pushes an element on the stack.booleanXML11EntityScanner. scanQName(QName qname)Scans a qualified name from the input, setting the fields of the QName structure appropriately.booleanXMLEntityScanner. scanQName(QName qname)Scans a qualified name from the input, setting the fields of the QName structure appropriately.voidXMLNamespaceBinder. startElement(QName element, XMLAttributes attributes, Augmentations augs)Binds the namespaces. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as QName Modifier and Type Field Description QNameXMLAttributeDecl. namenameQNameXMLElementDecl. namenameMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type QName Modifier and Type Method Description protected voidXMLDTDValidator. addDTDDefaultAttrsAndValidate(QName elementName, int elementIndex, XMLAttributes attributes)Add default attributes and validate.voidXMLDTDValidator. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLDTDValidator. endElement(QName element, Augmentations augs)The end of an element.protected voidXML11NSDTDValidator. endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)Handles end element.protected voidXMLDTDValidator. endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)protected voidXMLNSDTDValidator. endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)Handles end element.intDTDGrammar. getElementDeclIndex(QName elementDeclQName)Returns the element decl index.protected voidXMLDTDValidator. handleEndElement(QName element, Augmentations augs, boolean isEmpty)Handle end element.protected booleanXMLDTDValidator. handleStartElement(QName element, XMLAttributes attributes, Augmentations augs)Handle elementprotected booleanXMLDTDValidator. invalidStandaloneAttDef(QName element, QName attribute)Returns true if invalid standalone attribute definition.booleanDTDGrammar. isCDATAAttribute(QName elName, QName atName)Returns whether the given attribute is of type CDATA or notprotected voidDTDGrammar. putElementNameMapping(QName name, int scope, int elementDeclIndex)voidXMLAttributeDecl. setValues(QName name, XMLSimpleType simpleType, boolean optional)setValuesvoidXMLElementDecl. setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)setValuesvoidXMLDTDValidator. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.protected voidXML11NSDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)Bind namespacesprotected voidXMLDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)protected voidXMLNSDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)Bind namespacesprotected voidXMLDTDValidator. validateDTDattribute(QName element, String attValue, XMLAttributeDecl attributeDecl)Validate attributes in DTD fashion. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models with parameters of type QName Modifier and Type Method Description intContentModelValidator. validate(QName[] children, int offset, int length)validateintDFAContentModel. validate(QName[] children, int offset, int length)Check that the specified content is valid according to this content model.intMixedContentModel. validate(QName[] children, int offset, int length)Check that the specified content is valid according to this content model.intSimpleContentModel. validate(QName[] children, int offset, int length)Check that the specified content is valid according to this content model.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.models with parameters of type QName Constructor Description CMLeaf(QName element)Constructs a content model leaf.CMLeaf(QName element, int position)Constructs a content model leaf.MixedContentModel(QName[] children, int[] type, int offset, int length, boolean ordered)Constructs a mixed content model.SimpleContentModel(short operator, QName firstChild, QName secondChild)Constructs a simple content model. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath declared as QName Modifier and Type Field Description QNameXPath.NodeTest. nameNode qualified name.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath with parameters of type QName Constructor Description NodeTest(QName name)Constructs a node test of type QName. -
Uses of QName 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 QName Modifier and Type Field Description protected QNameXSDDescription. fEnclosedElementNameprotected QNameXSDDescription. fTriggeringComponentQNameXSAttributeDecl. fUnresolvedTypeNameQNameXSElementDecl. fUnresolvedTypeNameMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return QName Modifier and Type Method Description QNameXSDDescription. getEnclosingElementName()If a call is triggered by an attribute or xsi:type, then this mehtod returns the enclosing element of such element.QNameXSDDescription. getTriggeringComponent()If a call is triggered by an element/attribute/xsi:type in the instance, this call returns the name of such triggering component: the name of the element/attribute, or the value of the xsi:type.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type QName Modifier and Type Method Description voidXMLSchemaValidator. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLSchemaValidator. endElement(QName element, Augmentations augs)The end of an element.XSElementDeclXMLSchemaLoader. getGlobalElementDecl(QName element)XSElementDeclXMLSchemaValidator. getGlobalElementDecl(QName element)XSElementDeclXSElementDeclHelper. getGlobalElementDecl(QName element)XSElementDeclSubstitutionGroupHandler. getMatchingElemDecl(QName element, XSElementDecl exemplar)voidXSDDescription. setEnclosingElementName(QName enclosedElementName)voidXSDDescription. setTriggeringComponent(QName triggeringComponent)voidXMLSchemaValidator. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type QName Modifier and Type Method Description voidSelector.Matcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)voidXPathMatcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)voidSelector.Matcher. startElement(QName element, XMLAttributes attributes)The start of an element.voidXPathMatcher. startElement(QName element, XMLAttributes attributes)The start of an element. -
Uses of QName 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 QName Modifier and Type Method Description ObjectXSAllCM. oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)The method corresponds to one transition in the content model.ObjectXSCMValidator. oneTransition(QName elementName, int[] state, SubstitutionGroupHandler subGroupHandler)The method corresponds to one transaction in the content model.ObjectXSDFACM. oneTransition(QName curElem, int[] state, SubstitutionGroupHandler subGroupHandler)one transition onlyObjectXSEmptyCM. oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)The method corresponds to one transaction in the content model. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type QName Modifier and Type Method Description voidDefaultXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.ElementImplSchemaDOM. emptyElement(QName element, XMLAttributes attributes, int line, int column)ElementImplSchemaDOM. emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset)voidSchemaDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDefaultXMLDocumentHandler. endElement(QName element, Augmentations augs)The end of an element.voidSchemaDOMParser. endElement(QName element, Augmentations augs)The end of an element.voidDefaultXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.ElementImplSchemaDOM. startElement(QName element, XMLAttributes attributes, int line, int column)ElementImplSchemaDOM. startElement(QName element, XMLAttributes attributes, int line, int column, int offset)voidSchemaDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of QName 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 QName Modifier and Type Method Description protected ObjectXSDHandler. getGlobalDecl(org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers.XSDocumentInfo currSchema, int declType, QName declToTraverse, Element elmNode) -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as QName Modifier and Type Field Description protected QNameAbstractSAXParser. fQNameMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type QName Modifier and Type Method Description protected AttrAbstractDOMParser. createAttrNode(QName attrQName)protected ElementAbstractDOMParser. createElementNode(QName element)voidAbstractDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractXMLDocumentParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractDOMParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractSAXParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractXMLDocumentParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractSAXParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractXMLDocumentParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidDOMParserImpl. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return QName Modifier and Type Method Description QNameXMLAttributesImpl. checkDuplicatesNS()Checks for duplicate expanded names (local part and namespace name pairs) in the attribute specification.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type QName Modifier and Type Method Description intXMLAttributesImpl. addAttribute(QName name, String type, String value)Adds an attribute.voidXMLAttributesImpl. addAttributeNS(QName name, String type, String value)Adds an attribute.voidXMLAttributesImpl. getName(int attrIndex, QName attrName)Sets the fields in the given QName structure with the values of the attribute name at the specified index.voidXMLAttributesImpl. setName(int attrIndex, QName attrName)Sets the name of the attribute at the specified index. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type QName Modifier and Type Method Description voidXIncludeHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)voidXIncludeHandler. endElement(QName element, Augmentations augs)protected booleanXIncludeHandler. hasXIncludeNamespace(QName element)Returns true if the element has the namespace "http://www.w3.org/2001/XInclude"protected booleanXIncludeHandler. isFallbackElement(QName element)Checks if the element is an <fallback> element.protected booleanXIncludeHandler. isIncludeElement(QName element)Checks if the element is an <include> element.voidXIncludeHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs) -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type QName Modifier and Type Method Description intXMLAttributes. addAttribute(QName attrName, String attrType, String attrValue)Adds an attribute.voidXMLDocumentFragmentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations)An empty element.voidXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLDocumentFragmentHandler. endElement(QName element, Augmentations augmentations)The end of an element.voidXMLDocumentHandler. endElement(QName element, Augmentations augs)The end of an element.voidXMLAttributes. getName(int attrIndex, QName attrName)Sets the fields in the given QName structure with the values of the attribute name at the specified index.voidXMLAttributes. setName(int attrIndex, QName attrName)Sets the name of the attribute at the specified index.voidQName. setValues(QName qname)Convenience method to set the values of the qname components.voidXMLDocumentFragmentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augmentations)The start of an element.voidXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type QName Constructor Description QName(QName qname)Constructs a copy of the specified QName. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that return QName Modifier and Type Method Description QNameXMLSchemaDescription. getEnclosingElementName()If a call is triggered by an attribute or xsi:type, then this method returns the enclosing element of such element.QNameXMLSchemaDescription. getTriggeringComponent()If a call is triggered by an element/attribute/xsi:type in the instance, this call returns the name of such triggering component: the name of the element/attribute, or the value of the xsi:type. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer with parameters of type QName Modifier and Type Method Description voidXPointerHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXPointerHandler. endElement(QName element, Augmentations augs)The end of an element.booleanXPointerHandler. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)booleanXPointerPart. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.booleanXPointerProcessor. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.voidXPointerHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of QName in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.datatypes
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.datatypes that return QName Modifier and Type Method Description QNameXSQName. getXNIQName()
-