|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QName in org.enhydra.apache.xerces.framework |
Fields in org.enhydra.apache.xerces.framework declared as QName | |
(package private) QName |
XMLDocumentScanner.fElementQName
|
(package private) QName |
XMLDocumentScanner.fAttributeQName
|
(package private) QName |
XMLDocumentScanner.fCurrentElementQName
|
Methods in org.enhydra.apache.xerces.framework with parameters of type QName | |
int |
XMLDTDScanner.scanDefaultAttValue(QName element,
QName attribute)
Scan the default value in an attribute declaration |
int |
XMLDTDScanner.scanDefaultAttValue(QName element,
QName attribute)
Scan the default value in an attribute declaration |
void |
XMLDTDScanner.checkForElementTypeWithPEReference(XMLEntityHandler.EntityReader entityReader,
char fastchar,
QName element)
|
void |
XMLDTDScanner.checkForAttributeNameWithPEReference(XMLEntityHandler.EntityReader entityReader,
char fastchar,
QName attribute)
|
int |
XMLDTDScanner.scanDefaultAttValue(QName element,
QName attribute,
int attType,
int enumeration)
|
int |
XMLDTDScanner.scanDefaultAttValue(QName element,
QName attribute,
int attType,
int enumeration)
|
int |
XMLDTDScanner.normalizeDefaultAttValue(QName attribute,
int defaultAttValue,
int attType,
int enumeration,
boolean list)
|
void |
XMLDTDScanner.EventHandler.doctypeDecl(QName rootElement,
int publicId,
int systemId)
Called when the doctype decl is scanned |
int |
XMLDTDScanner.EventHandler.addElementDecl(QName elementDecl)
Add an element declaration (forward reference) |
int |
XMLDTDScanner.EventHandler.addElementDecl(QName elementDecl,
int contentSpecType,
int contentSpec,
boolean isExternal)
Add an element declaration |
int |
XMLDTDScanner.EventHandler.addAttDef(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
int enumeration,
int attDefaultType,
int attDefaultValue,
boolean isExternal)
Add an attribute definition |
int |
XMLDTDScanner.EventHandler.addAttDef(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
int enumeration,
int attDefaultType,
int attDefaultValue,
boolean isExternal)
Add an attribute definition |
int |
XMLDocumentScanner.scanAttValue(QName element,
QName attribute,
boolean asSymbol)
Scan an attribute value |
int |
XMLDocumentScanner.scanAttValue(QName element,
QName attribute,
boolean asSymbol)
Scan an attribute value |
(package private) boolean |
XMLDocumentScanner.scanElement(QName element)
|
void |
XMLDocumentScanner.EventHandler.callStartElement(QName element)
signal the scanning of a start element tag |
void |
XMLDocumentScanner.EventHandler.element(QName element)
Signal the scanning of an element name in a start element tag. |
boolean |
XMLDocumentScanner.EventHandler.attribute(QName element,
QName attrName,
int attrValue)
Signal the scanning of an attribute associated to the previous start element tag. |
boolean |
XMLDocumentScanner.EventHandler.attribute(QName element,
QName attrName,
int attrValue)
Signal the scanning of an attribute associated to the previous start element tag. |
void |
XMLDocumentHandler.startElement(QName element,
XMLAttrList attrList,
int attrListHandle)
callback for the start of element. |
void |
XMLDocumentHandler.endElement(QName element)
callback for end of element. |
void |
XMLDocumentHandler.DTDHandler.startDTD(QName rootElement,
int publicId,
int systemId)
callback for the start of the DTD This function will be called when a <! |
void |
XMLDocumentHandler.DTDHandler.elementDecl(QName elementDecl,
int contentSpecType,
int contentSpecIndex,
XMLContentSpec.Provider contentSpecProvider)
callback for an element declaration. |
void |
XMLDocumentHandler.DTDHandler.attlistDecl(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
String enumString,
int attDefaultType,
int attDefaultValue)
callback for an attribute list declaration. |
void |
XMLDocumentHandler.DTDHandler.attlistDecl(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
String enumString,
int attDefaultType,
int attDefaultValue)
callback for an attribute list declaration. |
int |
XMLAttrList.addAttr(QName attribute,
int attValue,
int attType,
boolean specified,
boolean search)
Add an attribute to the current set. |
Uses of QName in org.enhydra.apache.xerces.parsers |
Methods in org.enhydra.apache.xerces.parsers with parameters of type QName | |
void |
SAXParser.startDTD(QName rootElement,
int publicId,
int systemId)
This function will be called when a <! |
void |
SAXParser.elementDecl(QName elementDecl,
int contentSpecType,
int contentSpecIndex,
XMLContentSpec.Provider contentSpecProvider)
Report an element type declaration. |
void |
SAXParser.attlistDecl(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
String enumString,
int attDefaultType,
int attDefaultValue)
Report an attribute type declaration. |
void |
SAXParser.attlistDecl(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
String enumString,
int attDefaultType,
int attDefaultValue)
Report an attribute type declaration. |
void |
SAXParser.startElement(QName element,
XMLAttrList attrList,
int attrListIndex)
Start element |
void |
SAXParser.endElement(QName element)
End element. |
void |
DOMParser.startElement(QName elementQName,
XMLAttrList xmlAttrList,
int attrListIndex)
Start element. |
void |
DOMParser.endElement(QName elementQName)
End element. |
void |
DOMParser.startDTD(QName rootElement,
int publicId,
int systemId)
This function will be called when a <! |
void |
DOMParser.elementDecl(QName elementDecl,
int contentSpecType,
int contentSpecIndex,
XMLContentSpec.Provider contentSpecProvider)
<! |
void |
DOMParser.attlistDecl(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
String enumString,
int attDefaultType,
int attDefaultValue)
<! |
void |
DOMParser.attlistDecl(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
String enumString,
int attDefaultType,
int attDefaultValue)
<! |
Uses of QName in org.enhydra.apache.xerces.readers |
Methods in org.enhydra.apache.xerces.readers with parameters of type QName | |
void |
XMLEntityHandler.EntityReader.scanQName(char fastcheck,
QName qname)
Add a sequence of characters that match the XML Namespaces definition of a QName to the StringPool .
|
int |
XMLEntityHandler.EntityReader.scanContent(QName element)
Skip through the input while we are looking at character data. |
void |
UTF8Recognizer.XMLDeclReader.scanQName(char fastcheck,
QName qname)
|
int |
UTF8Recognizer.XMLDeclReader.scanContent(QName element)
|
void |
UTF8Reader.scanQName(char fastcheck,
QName qname)
|
int |
UTF8Reader.scanContent(QName element)
|
void |
UCSReader.scanQName(char fastcheck,
QName qname)
|
int |
UCSReader.scanContent(QName element)
|
void |
StringReader.scanQName(char fastcheck,
QName qname)
|
int |
StringReader.scanContent(QName element)
|
void |
StreamingCharReader.scanQName(char fastcheck,
QName qname)
|
int |
StreamingCharReader.scanContent(QName element)
|
void |
AbstractCharReader.scanQName(char fastcheck,
QName qname)
|
int |
AbstractCharReader.scanContent(QName element)
|
Uses of QName in org.enhydra.apache.xerces.utils |
Methods in org.enhydra.apache.xerces.utils with parameters of type QName | |
void |
QName.setValues(QName qname)
Sets the values of the qualified name. |
Constructors in org.enhydra.apache.xerces.utils with parameters of type QName | |
QName(QName qname)
Copy constructor. |
Uses of QName in org.enhydra.apache.xerces.validators.common |
Fields in org.enhydra.apache.xerces.validators.common declared as QName | |
QName |
XMLElementDecl.name
|
QName |
XMLAttributeDecl.name
|
QName[] |
InsertableElementsInfo.curChildren
The current list of children of the parent element. |
QName[] |
InsertableElementsInfo.possibleChildren
This array is filled with flags that indicate what the possible insertable elements are (i.e. the list of unique elements that could possibly be inserted somewhere in this type of element.) |
QName[] |
Grammar.ChildrenList.qname
|
QName[] |
ContentLeafNameTypeVector.leafNames
|
Methods in org.enhydra.apache.xerces.validators.common that return QName | |
(package private) QName |
CMLeaf.getElement()
|
Methods in org.enhydra.apache.xerces.validators.common with parameters of type QName | |
void |
XMLValidator.scanElementType(XMLEntityHandler.EntityReader entityReader,
char fastchar,
QName element)
Scans element type. |
boolean |
XMLValidator.scanExpectedElementType(XMLEntityHandler.EntityReader entityReader,
char fastchar,
QName element)
Scans expected element type. |
void |
XMLValidator.scanAttributeName(XMLEntityHandler.EntityReader entityReader,
QName element,
QName attribute)
Scans attribute name. |
void |
XMLValidator.scanAttributeName(XMLEntityHandler.EntityReader entityReader,
QName element,
QName attribute)
Scans attribute name. |
void |
XMLValidator.element(QName element)
Signal the scanning of an element name in a start element tag. |
boolean |
XMLValidator.attribute(QName element,
QName attrName,
int attrValue)
Signal the scanning of an attribute associated to the previous start element tag. |
boolean |
XMLValidator.attribute(QName element,
QName attrName,
int attrValue)
Signal the scanning of an attribute associated to the previous start element tag. |
void |
XMLValidator.callStartElement(QName element)
Call start element. |
void |
XMLValidator.setRootElementType(QName rootElement)
Sets the root element. |
protected boolean |
XMLValidator.getAttDefIsExternal(QName element,
QName attribute)
Protected for use by AttributeValidator classes. |
protected boolean |
XMLValidator.getAttDefIsExternal(QName element,
QName attribute)
Protected for use by AttributeValidator classes. |
(package private) boolean |
XMLValidator.invalidStandaloneAttDef(QName element,
QName attribute)
Returns true if invalid standalone attribute definition. |
(package private) boolean |
XMLValidator.invalidStandaloneAttDef(QName element,
QName attribute)
Returns true if invalid standalone attribute definition. |
int |
XMLValidator.AttributeValidator.normalize(QName element,
QName attribute,
int attValue,
int attType,
int enumHandle)
Normalize. |
int |
XMLValidator.AttributeValidator.normalize(QName element,
QName attribute,
int attValue,
int attType,
int enumHandle)
Normalize. |
int |
XMLValidator.AttValidatorNOTATION.normalize(QName element,
QName attribute,
int attValueHandle,
int attType,
int enumHandle)
Normalize. |
int |
XMLValidator.AttValidatorNOTATION.normalize(QName element,
QName attribute,
int attValueHandle,
int attType,
int enumHandle)
Normalize. |
(package private) boolean |
XMLValidator.AttValidatorNOTATION.invalidStandaloneAttDef(QName element,
QName attribute)
Returns true if invalid standalone attribute definition. |
(package private) boolean |
XMLValidator.AttValidatorNOTATION.invalidStandaloneAttDef(QName element,
QName attribute)
Returns true if invalid standalone attribute definition. |
int |
XMLValidator.AttValidatorENUMERATION.normalize(QName element,
QName attribute,
int attValueHandle,
int attType,
int enumHandle)
Normalize. |
int |
XMLValidator.AttValidatorENUMERATION.normalize(QName element,
QName attribute,
int attValueHandle,
int attType,
int enumHandle)
Normalize. |
(package private) boolean |
XMLValidator.AttValidatorENUMERATION.invalidStandaloneAttDef(QName element,
QName attribute)
Returns true if invalid standalone attribute definition. |
(package private) boolean |
XMLValidator.AttValidatorENUMERATION.invalidStandaloneAttDef(QName element,
QName attribute)
Returns true if invalid standalone attribute definition. |
int |
XMLContentModel.validateContent(QName[] children,
int offset,
int length)
Check that the specified content is valid according to this content model. |
int |
XMLContentModel.validateContentSpecial(QName[] children,
int offset,
int length)
This method is different from "validateContent" in that it will try to use the SubstitutionGroupComparator to match children against the content model. |
int |
SimpleContentModel.validateContent(QName[] children,
int offset,
int length)
Check that the specified content is valid according to this content model. |
int |
SimpleContentModel.validateContentSpecial(QName[] children,
int offset,
int length)
|
int |
MixedContentModel.validateContent(QName[] children,
int offset,
int length)
Check that the specified content is valid according to this content model. |
int |
MixedContentModel.validateContentSpecial(QName[] children,
int offset,
int length)
|
int |
Grammar.getElementDeclIndex(QName element,
int scopeIndex)
|
protected void |
Grammar.putElementNameMapping(QName name,
int scope,
int elementDeclIndex)
|
int |
DFAContentModel.validateContent(QName[] children,
int offset,
int length)
Check that the specified content is valid according to this content model. |
int |
DFAContentModel.validateContentSpecial(QName[] children,
int offset,
int length)
|
int |
DFAContentModel.oneTransition(QName curElem,
int[] stateStack,
int curPos)
one transition only |
void |
ContentLeafNameTypeVector.setValues(QName[] names,
int[] types,
int count)
|
(package private) void |
AllContentModel.addElement(QName newElement,
boolean isOptional)
|
int |
AllContentModel.validateContent(QName[] children,
int offset,
int length)
Check that the specified content is valid according to this content model. |
int |
AllContentModel.validateContentSpecial(QName[] children,
int offset,
int length)
This method is different from "validateContent" in that it will try to use the SubstitutionGroupComparator to match children against the content model. |
Constructors in org.enhydra.apache.xerces.validators.common with parameters of type QName | |
SimpleContentModel(QName firstChild,
QName secondChild,
int cmOp)
Constructs a simple content model. |
|
SimpleContentModel(QName firstChild,
QName secondChild,
int cmOp)
Constructs a simple content model. |
|
SimpleContentModel(QName firstChild,
QName secondChild,
int cmOp,
boolean dtd)
Constructs a simple content model. |
|
SimpleContentModel(QName firstChild,
QName secondChild,
int cmOp,
boolean dtd)
Constructs a simple content model. |
|
MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length)
Constructs a mixed content model. |
|
MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length,
boolean ordered)
Constructs a mixed content model. |
|
MixedContentModel(QName[] childList,
int[] childListType,
int offset,
int length,
boolean ordered,
boolean dtd)
Constructs a mixed content model. |
|
ContentLeafNameTypeVector(QName[] names,
int[] types,
int count)
|
|
CMLeaf(QName element,
int position)
Constructs a content model leaf. |
|
CMLeaf(QName element)
Constructs a content model leaf. |
Uses of QName in org.enhydra.apache.xerces.validators.dtd |
Methods in org.enhydra.apache.xerces.validators.dtd with parameters of type QName | |
void |
DTDGrammar.doctypeDecl(QName rootElement,
int publicId,
int systemId)
Called when the doctype decl is scanned |
int |
DTDGrammar.addElementDecl(QName elementDecl)
Add an element declaration (forward reference) |
int |
DTDGrammar.addElementDecl(QName elementDecl,
int contentSpecType,
int contentSpec,
boolean isExternal)
Add an element declaration |
protected void |
DTDGrammar.putElementNameMapping(QName name,
int scope,
int elementDeclIndex)
|
int |
DTDGrammar.getElementDeclIndex(QName element,
int scopeIndex)
public int getElementDeclIndex(int localpartIndex, int scopeIndex) { //System.out.println("getElementDeclIndex: "+localpartIndex+", "+scopeIndex); return super.getElementDeclIndex(localpartIndex, scopeIndex); } public int getElementDeclIndex(int uriIndex, int localpartIndex, int scopeIndex) { //System.out.println("!!! |
boolean |
DTDGrammar.getRootElementQName(QName root)
|
int |
DTDGrammar.addAttDef(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
int enumeration,
int attDefaultType,
int attDefaultValue,
boolean isExternal)
Add an attribute definition |
int |
DTDGrammar.addAttDef(QName elementDecl,
QName attributeDecl,
int attType,
boolean attList,
int enumeration,
int attDefaultType,
int attDefaultValue,
boolean isExternal)
Add an attribute definition |
Uses of QName in org.enhydra.apache.xerces.validators.schema |
Fields in org.enhydra.apache.xerces.validators.schema declared as QName | |
QName |
SchemaGrammar.OneSubGroup.name
|
Methods in org.enhydra.apache.xerces.validators.schema with parameters of type QName | |
boolean |
SubstitutionGroupComparator.isEquivalentTo(QName anElement,
QName exemplar)
|
boolean |
SubstitutionGroupComparator.isEquivalentTo(QName anElement,
QName exemplar)
|
boolean |
SubstitutionGroupComparator.isAllowedByWildcard(QName element,
int wuri,
boolean wother)
check whether one element or any element in its substitution group is allowed by a given wildcard uri |
protected void |
SchemaGrammar.addElementDeclOneSubstitutionGroupQName(int elementDeclIndex,
QName name,
SchemaGrammar grammar,
int eleIndex)
|
protected int |
SchemaGrammar.addElementDecl(QName eltQName,
int enclosingScope,
int scopeDefined,
int contentSpecType,
int contentSpecIndex,
int attrListHead,
DatatypeValidator dv)
|
protected void |
SchemaGrammar.addAttDef(int templateElementIndex,
QName attQName,
int attType,
int enumeration,
int attDefaultType,
String attDefaultValue,
DatatypeValidator dv,
boolean isList)
|
int |
SchemaGrammar.getAttributeDeclIndex(int elementIndex,
QName attribute)
|
int |
SchemaGrammar.findAttributeDecl(int attListHead,
QName attribute)
|
Uses of QName in org.enhydra.apache.xerces.validators.schema.identity |
Fields in org.enhydra.apache.xerces.validators.schema.identity declared as QName | |
QName |
XPath.NodeTest.name
Node qualified name. |
Methods in org.enhydra.apache.xerces.validators.schema.identity with parameters of type QName | |
void |
XPathMatcher.startElement(QName element,
XMLAttrList attributes,
int handle,
int eIndex,
SchemaGrammar grammar)
The start of an element. |
void |
XPathMatcher.endElement(QName element,
int eIndex,
SchemaGrammar grammar)
The end of an element. |
void |
Selector.Matcher.startElement(QName element,
XMLAttrList attributes,
int handle,
int elemIndex,
SchemaGrammar grammar)
The start of an element. |
void |
Selector.Matcher.endElement(QName element,
int elemIndex,
SchemaGrammar grammar)
|
Constructors in org.enhydra.apache.xerces.validators.schema.identity with parameters of type QName | |
XPath.NodeTest(StringPool stringPool,
QName name)
Constructs a node test of type QName. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |