Uses of Class
org.apache.xerces.xni.QName

Packages that use QName
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.dtd.models   
org.apache.xerces.impl.xpath   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
org.apache.xerces.impl.xs.models   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xinclude   
org.apache.xerces.xni   
org.apache.xerces.xni.grammars   
org.apache.xerces.xpointer   
org.apache.xerces.xs.datatypes This package provides interfaces for accessing actual value information through PSVI for XML Schema 1.0 data types. 
 

Uses of QName in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom with parameters of type QName
 void DOMNormalizer.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DOMNormalizer.endElement(QName element, Augmentations augs)
          The end of an element.
 void DOMNormalizer.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of QName in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type QName
 void XMLNamespaceBinder.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLNamespaceBinder.endElement(QName element, Augmentations augs)
          The end of an element.
 boolean XMLEntityScanner.scanQName(QName qname)
          Scans a qualified name from the input, setting the fields of the QName structure appropriately.
 boolean XML11EntityScanner.scanQName(QName qname)
          Scans a qualified name from the input, setting the fields of the QName structure appropriately.
 void XMLNamespaceBinder.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Binds the namespaces.
 

Uses of QName in org.apache.xerces.impl.dtd
 

Fields in org.apache.xerces.impl.dtd declared as QName
 QName XMLAttributeDecl.name
          name
 QName XMLElementDecl.name
          name
 

Methods in org.apache.xerces.impl.dtd with parameters of type QName
 void XMLDTDValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLDTDValidator.endElement(QName element, Augmentations augs)
          The end of an element.
 int DTDGrammar.getElementDeclIndex(QName elementDeclQName)
          Returns the element decl index.
 boolean DTDGrammar.isCDATAAttribute(QName elName, QName atName)
          Returns whether the given attribute is of type CDATA or not
 void XMLElementDecl.setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
          setValues
 void XMLAttributeDecl.setValues(QName name, XMLSimpleType simpleType, boolean optional)
          setValues
 void XMLDTDValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of QName in org.apache.xerces.impl.dtd.models
 

Methods in org.apache.xerces.impl.dtd.models with parameters of type QName
 int MixedContentModel.validate(QName[] children, int offset, int length)
          Check that the specified content is valid according to this content model.
 int DFAContentModel.validate(QName[] children, int offset, int length)
          Check that the specified content is valid according to this content model.
 int SimpleContentModel.validate(QName[] children, int offset, int length)
          Check that the specified content is valid according to this content model.
 int ContentModelValidator.validate(QName[] children, int offset, int length)
          validate
 

Constructors in org.apache.xerces.impl.dtd.models with parameters of type QName
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.apache.xerces.impl.xpath
 

Fields in org.apache.xerces.impl.xpath declared as QName
 QName XPath.NodeTest.name
          Node qualified name.
 

Constructors in org.apache.xerces.impl.xpath with parameters of type QName
XPath.NodeTest(QName name)
          Constructs a node test of type QName.
 

Uses of QName in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return QName
 QName XSDDescription.getEnclosingElementName()
          If a call is triggered by an attribute or xsi:type, then this mehtod returns the enclosing element of such element.
 QName XSDDescription.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.apache.xerces.impl.xs with parameters of type QName
 void XMLSchemaValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLSchemaValidator.endElement(QName element, Augmentations augs)
          The end of an element.
 XSElementDecl SubstitutionGroupHandler.getMatchingElemDecl(QName element, XSElementDecl exemplar)
           
 void XSDDescription.setEnclosingElementName(QName enclosedElementName)
           
 void XSDDescription.setTriggeringComponent(QName triggeringComponent)
           
 void XMLSchemaValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of QName in org.apache.xerces.impl.xs.identity
 

Methods in org.apache.xerces.impl.xs.identity with parameters of type QName
 void XPathMatcher.endElement(QName element, XSTypeDefinition type, boolean nillable, java.lang.Object value, short valueType, ShortList itemValueType)
           
 void Selector.Matcher.endElement(QName element, XSTypeDefinition type, boolean nillable, java.lang.Object actualValue, short valueType, ShortList itemValueType)
           
 void XPathMatcher.startElement(QName element, XMLAttributes attributes)
          The start of an element.
 void Selector.Matcher.startElement(QName element, XMLAttributes attributes)
          The start of an element.
 

Uses of QName in org.apache.xerces.impl.xs.models
 

Methods in org.apache.xerces.impl.xs.models with parameters of type QName
 java.lang.Object XSDFACM.oneTransition(QName curElem, int[] state, SubstitutionGroupHandler subGroupHandler)
          one transition only
 java.lang.Object XSEmptyCM.oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)
          The method corresponds to one transaction in the content model.
 java.lang.Object XSCMValidator.oneTransition(QName elementName, int[] state, SubstitutionGroupHandler subGroupHandler)
          The method corresponds to one transaction in the content model.
 java.lang.Object XSAllCM.oneTransition(QName elementName, int[] currentState, SubstitutionGroupHandler subGroupHandler)
          The method corresponds to one transition in the content model.
 

Uses of QName in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti with parameters of type QName
 void SchemaDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DefaultXMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 ElementImpl SchemaDOM.emptyElement(QName element, XMLAttributes attributes, int line, int column)
           
 ElementImpl SchemaDOM.emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset)
           
 void SchemaDOMParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void DefaultXMLDocumentHandler.endElement(QName element, Augmentations augs)
          The end of an element.
 void SchemaDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void DefaultXMLDocumentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 ElementImpl SchemaDOM.startElement(QName element, XMLAttributes attributes, int line, int column)
           
 ElementImpl SchemaDOM.startElement(QName element, XMLAttributes attributes, int line, int column, int offset)
           
 

Uses of QName in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers with parameters of type QName
 void AbstractDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void AbstractXMLDocumentParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void AbstractDOMParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void AbstractSAXParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void AbstractXMLDocumentParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void DOMParserImpl.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void AbstractDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void AbstractSAXParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void AbstractXMLDocumentParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of QName in org.apache.xerces.util
 

Methods in org.apache.xerces.util that return QName
 QName XMLAttributesImpl.checkDuplicatesNS()
          Checks for duplicate expanded names (local part and namespace name pairs) in the attribute specification.
 

Methods in org.apache.xerces.util with parameters of type QName
 int XMLAttributesImpl.addAttribute(QName name, java.lang.String type, java.lang.String value)
          Adds an attribute.
 void XMLAttributesImpl.addAttributeNS(QName name, java.lang.String type, java.lang.String value)
          Adds an attribute.
 void XMLAttributesImpl.getName(int attrIndex, QName attrName)
          Sets the fields in the given QName structure with the values of the attribute name at the specified index.
 void XMLAttributesImpl.setName(int attrIndex, QName attrName)
          Sets the name of the attribute at the specified index.
 

Uses of QName in org.apache.xerces.xinclude
 

Methods in org.apache.xerces.xinclude with parameters of type QName
 void XIncludeHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
           
 void XIncludeHandler.endElement(QName element, Augmentations augs)
           
 void XIncludeHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
           
 

Uses of QName in org.apache.xerces.xni
 

Methods in org.apache.xerces.xni with parameters of type QName
 int XMLAttributes.addAttribute(QName attrName, java.lang.String attrType, java.lang.String attrValue)
          Adds an attribute.
 void XMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLDocumentFragmentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations)
          An empty element.
 void XMLDocumentHandler.endElement(QName element, Augmentations augs)
          The end of an element.
 void XMLDocumentFragmentHandler.endElement(QName element, Augmentations augmentations)
          The end of an element.
 void XMLAttributes.getName(int attrIndex, QName attrName)
          Sets the fields in the given QName structure with the values of the attribute name at the specified index.
 void XMLAttributes.setName(int attrIndex, QName attrName)
          Sets the name of the attribute at the specified index.
 void QName.setValues(QName qname)
          Convenience method to set the values of the qname components.
 void XMLDocumentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void XMLDocumentFragmentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augmentations)
          The start of an element.
 

Constructors in org.apache.xerces.xni with parameters of type QName
QName(QName qname)
          Constructs a copy of the specified QName.
 

Uses of QName in org.apache.xerces.xni.grammars
 

Methods in org.apache.xerces.xni.grammars that return QName
 QName XMLSchemaDescription.getEnclosingElementName()
          If a call is triggered by an attribute or xsi:type, then this method returns the enclosing element of such element.
 QName XMLSchemaDescription.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.apache.xerces.xpointer
 

Methods in org.apache.xerces.xpointer with parameters of type QName
 void XPointerHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XPointerHandler.endElement(QName element, Augmentations augs)
          The end of an element.
 boolean XPointerPart.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.
 boolean XPointerProcessor.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.
 boolean XPointerHandler.resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)
           
 void XPointerHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of QName in org.apache.xerces.xs.datatypes
 

Methods in org.apache.xerces.xs.datatypes that return QName
 QName XSQName.getXNIQName()