|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ framework overview ] | PREV NEXT | ||||||||
A
- ATTFLAG_LASTATTR - Static variable in class org.apache.xerces.framework.XMLAttrList
- ATTFLAG_SPECIFIED - Static variable in class org.apache.xerces.framework.XMLAttrList
- abortMarkup(int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- abortMarkup(int, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- abortMarkup(int, int, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
- abortMarkup(int, int, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- abortMarkup(int, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- abortMarkup(int, int, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- abortMarkup(int, int, String) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- abortMarkup(int, int, int, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add an attribute definition
- addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
- addAttr(int, int, int, boolean, boolean) - Method in class org.apache.xerces.framework.XMLAttrList
- addAttr(QName, int, int, boolean, boolean) - Method in class org.apache.xerces.framework.XMLAttrList
- Add an attribute to the current set.
- addContentSpecNode(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Create an XMLContentSpec for a single non-leaf
- addContentSpecNode(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Create an XMLContentSpec for a two child leaf
- addElementDecl(QName) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add an element declaration (forward reference)
- addElementDecl(QName, int, int, boolean) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add an element declaration
- addExternalEntityDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a declaration for an entity
- addExternalPEDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a declaration for an external parameter entity
- addInternalEntityDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a declaration for an internal entity
- addInternalPEDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a declaration for an internal parameter entity
- addNameToEnumeration(int, int, int, int, boolean) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a name to an enumeration
- addNotationDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a declaration for a notation
- addRecognizer(XMLDeclRecognizer) - Method in class org.apache.xerces.framework.XMLParser
- Adds a recognizer.
- addUniqueLeafNode(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- create an XMLContentSpec for a leaf
- addUnparsedEntityDecl(int, int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Add a declaration for an unparsed entity
- any_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- appendContentSpec(XMLContentSpec.Provider, StringPool, XMLContentSpec, StringBuffer, boolean, int) - Static method in class org.apache.xerces.framework.XMLContentSpec
- Appends more information to the current string buffer.
- atEndOfInput() - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Tell if scanner has reached end of input
- attlistDecl(QName, QName, int, boolean, String, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for an attribute list declaration.
- attlist_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- attribute(QName, QName, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the scanning of an attribute associated to the previous start element tag.
C
- CHUNK_MASK - Static variable in class org.apache.xerces.framework.XMLAttrList
- CHUNK_SHIFT - Static variable in class org.apache.xerces.framework.XMLAttrList
- CHUNK_SIZE - Static variable in class org.apache.xerces.framework.XMLAttrList
- CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents any namespace specified namespace.
- CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
- prcessContent is 'lax'
- CONTENTSPECNODE_ANY_LOCAL - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents any local element (XML Schema: ##local).
- CONTENTSPECNODE_ANY_LOCAL_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
- CONTENTSPECNODE_ANY_LOCAL_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
- CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents any other namespace (XML Schema: ##other).
- CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
- CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
- CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
- processContent is 'skip'
- CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents choice, '|'.
- CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Name or #PCDATA.
- CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents a one or more occurence count, '+'.
- CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents sequence, ','.
- CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents a zero or more occurence count, '*'.
- CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.framework.XMLContentSpec
- Represents a zero or one occurence count, '?'.
- callCharacters(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Report the scanning of character data
- callComment(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Called when a comment has been scanned
- callComment(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Report the scanning of a comment
- callEndCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the end of a CDATA section
- callEndDTD() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- End of DTD.
- callEndDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the end of a document
- callEndElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- signal the scanning of an end element tag
- callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Called when a processing instruction has been scanned
- callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Report the scanning of a processing instruction
- callStandaloneIsYes() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal standalone = "yes"
- callStartCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the start of a CDATA section
- callStartDTD() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Start of DTD.
- callStartDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the start of a document
- callStartElement(QName) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- signal the scanning of a start element tag
- callTextDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Signal the Text declaration of an external entity.
- callTextDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the Text declaration of an external entity.
- callXMLDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the XML declaration of a document
- cdata_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- cdata_string - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- characters(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for characters (string pool form).
- characters(char[], int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for characters.
- checkForAttributeNameWithPEReference(XMLEntityHandler.EntityReader, char, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
- checkForElementTypeWithPEReference(XMLEntityHandler.EntityReader, char, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
- checkForNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLDTDScanner
- checkForNmtokenWithPEReference(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLDTDScanner
- checkForPEReference(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
- checkXMLLangAttributeValue(int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Check the value of an XML Language attribute
- clear() - Method in class org.apache.xerces.framework.XMLContentSpec
- Clears the values.
- comment(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- Callback for comment in DTD.
- comment(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for comment.
D
- decreaseMarkupDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
- decreaseParenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
- dispatch(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.ContentDispatcher
- dispatch(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.EndOfInputDispatcher
- dispatch(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.PrologDispatcher
- dispatch(boolean) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.ScannerDispatcher
- scan an XML syntactic component
- dispatch(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.TrailingMiscDispatcher
- dispatch(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.XMLDeclDispatcher
- doctypeDecl(QName, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Called when the doctype decl is scanned
- doctype_string - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
E
- ERRORTYPE_FATAL_ERROR - Static variable in interface org.apache.xerces.framework.XMLErrorReporter
- Fatal error type.
- ERRORTYPE_RECOVERABLE_ERROR - Static variable in interface org.apache.xerces.framework.XMLErrorReporter
- Error type.
- ERRORTYPE_WARNING - Static variable in interface org.apache.xerces.framework.XMLErrorReporter
- Warning type.
- element(QName) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
- Signal the scanning of an element name in a start element tag.
- elementDecl(QName, int, int, XMLContentSpec.Provider) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for an element declaration.
- element_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- empty_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- encoding_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- encoding_string - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- endAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
- Terminate the current set of attributes.
- endCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for end of CDATA section.
- endDTD() - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for the end of the DTD This function will be called at the end of the DTD.
- endDocument() - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for the end of document.
- endElement(QName) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for end of element.
- endEntityDecl() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- End the scope of an entity declaration.
- endEntityReference(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for end of entity reference.
- endEnumeration(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Finish processing an enumeration
- endNamespaceDeclScope(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for the end a namespace declaration scope.
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
- Handle the end of input
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.ContentDispatcher
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.EndOfInputDispatcher
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.PrologDispatcher
- endOfInput(int, boolean) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.ScannerDispatcher
- endOfInput encapsulates the end of entity handling for each dispatcher
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.TrailingMiscDispatcher
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner.XMLDeclDispatcher
- endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Handle the end of input
- ensureCapacity(int, int) - Method in class org.apache.xerces.framework.XMLAttrList
- entit_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- entity_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- equals(Object) - Method in class org.apache.xerces.framework.XMLContentSpec
- Returns true if the two objects are equal.
- externalEntityDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for external general entity declaration.
- externalPEDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for an external parameter entity declaration.
F
- fAttFlags - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttLocalpart - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttName - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttPrefix - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttType - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttURI - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttValue - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttValueAttrName - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttValueElementType - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttValueMark - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttValueOffset - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttValueReader - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttrCount - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttrList - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttrListHandle - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fAttributeListHandle - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttributeListLength - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttributeQName - Variable in class org.apache.xerces.framework.XMLAttrList
- fAttributeQName - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fAttributeQName - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fContentReader - Variable in class org.apache.xerces.framework.XMLDocumentScanner.ContentDispatcher
- fContinueAfterFatalError - Variable in class org.apache.xerces.framework.XMLParser
- Continue after fatal error.
- fCurrentElementCharArrayRange - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fCurrentElementQName - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fCurrentElementType - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fCurrentHandle - Variable in class org.apache.xerces.framework.XMLAttrList
- fDTDGrammar - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDTDHandler - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDTDHandler - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fDTDScanner - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fDefault - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDefaultAttValueAttrName - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDefaultAttValueElementType - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDefaultAttValueMark - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDefaultAttValueOffset - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDefaultAttValueReader - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fDispatcher - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fDoctypeReader - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fElementDeclQName - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fElementDepth - Variable in class org.apache.xerces.framework.XMLDocumentScanner.ContentDispatcher
- fElementQName - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fElementQName - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fElementRefQName - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fElementTypeStack - Variable in class org.apache.xerces.framework.XMLDocumentScanner.ContentDispatcher
- fEntityHandler - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fEntityHandler - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fEntityHandler - Variable in class org.apache.xerces.framework.XMLParser
- fEntityReader - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fEntityReader - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fEntityValueMark - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fEntityValueReader - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fErrorHandler - Variable in class org.apache.xerces.framework.XMLParser
- Error handler.
- fErrorReporter - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fErrorReporter - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fErrorReporter - Variable in class org.apache.xerces.framework.XMLParser
- fEventHandler - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fEventHandler - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fExternalSubsetReader - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fGrammarResolver - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fGrammarResolver - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fGrammarResolver - Variable in class org.apache.xerces.framework.XMLParser
- fIncludeSectDepth - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fLiteralData - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fLiteralData - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fLocale - Variable in class org.apache.xerces.framework.XMLParser
- fNamespacesEnabled - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fNamespacesEnabled - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fNeedReset - Variable in class org.apache.xerces.framework.XMLParser
- fNodeIndexStack - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fOpStack - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fParseInProgress - Variable in class org.apache.xerces.framework.XMLParser
- fParseTextDecl - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fPreserve - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fPrevNodeIndexStack - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fPubidLiteral - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fReaderId - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fReaderId - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fScanner - Variable in class org.apache.xerces.framework.XMLParser
- fScannerMarkupDepth - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fScannerMarkupDepth - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fScannerParenDepth - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fScannerState - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fScannerState - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fScanningDTD - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fSeenDoctypeDecl - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fSeenRootElement - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fStandalone - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fStringPool - Variable in class org.apache.xerces.framework.XMLAttrList
- fStringPool - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fStringPool - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fStringPool - Variable in class org.apache.xerces.framework.XMLParser
- fSystemLiteral - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fTempAttributeDecl - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fTempElementDecl - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fValidationEnabled - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fValidationEnabled - Variable in class org.apache.xerces.framework.XMLDocumentScanner
- fValidator - Variable in class org.apache.xerces.framework.XMLParser
- fVersion - Static variable in class org.apache.xerces.framework.Version
- Version string.
- fXMLNamespace - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fXMLSpace - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fXMLSymbol - Variable in class org.apache.xerces.framework.XMLDTDScanner
- fgDatatypeMessages - Static variable in class org.apache.xerces.framework.XMLParser
- fgImplementationMessages - Static variable in class org.apache.xerces.framework.XMLParser
- fgSchemaMessages - Static variable in class org.apache.xerces.framework.XMLParser
- fgXMLMessages - Static variable in class org.apache.xerces.framework.XMLParser
- fixed_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
G
- getAllowJavaEncodings() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if Java encoding names are allowed in the XML document.
- getAttType(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Get the type of the attribute
- getAttValue(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Get the value of the attribute
- getAttrLocalpart(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the localpart of the attribute.
- getAttrName(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Get the name of the attribute
- getAttrPrefix(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Get the prefix of the attribute.
- getAttrURI(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the uri of the attribute.
- getAttributeList(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Setup this instance to respond as an
AttributeListimplementation. - getContentSpec(int, XMLContentSpec) - Method in interface org.apache.xerces.framework.XMLContentSpec.Provider
- Fills in the provided content spec structure with content spec information for a unique identifier.
- getContentSpecNodeAsString(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Create a string representation of an XMLContentSpec tree
- getContinueAfterFatalError() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if the parser continues after a fatal error.
- getCurrentElementType() - Method in class org.apache.xerces.framework.XMLDocumentScanner
- getEntityResolver() - Method in class org.apache.xerces.framework.XMLParser
- Return the current entity resolver.
- getErrorHandler() - Method in class org.apache.xerces.framework.XMLParser
- Return the current error handler.
- getExternalGeneralEntities() - Method in class org.apache.xerces.framework.XMLParser
- Note: This feature is always true.
- getExternalParameterEntities() - Method in class org.apache.xerces.framework.XMLParser
- Note: This feature is always true.
- getFeature(String) - Method in class org.apache.xerces.framework.XMLParser
- Query the state of a feature.
- getFeaturesRecognized() - Method in class org.apache.xerces.framework.XMLParser
- Returns a list of features that this parser recognizes.
- getFirstAttr(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Get the first attribute in the attribute list.
- getLength() - Method in class org.apache.xerces.framework.XMLAttrList
- Return the number of attributes in this list.
- getLoadDTDGrammar() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if load DTD grammar is turned on in the XMLValiator.
- getLocalpart(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the local part of an attribute in this list (by position).
- getLocator() - Method in interface org.apache.xerces.framework.XMLErrorReporter
- Get the default locator to use when reporting errors.
- getLocator() - Method in class org.apache.xerces.framework.XMLParser
- return the locator being used by the parser
- getName(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the name of an attribute in this list (by position).
- getNamespaces() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if the parser preprocesses namespaces.
- getNamespacesEnabled() - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Returns whether the parser processes namespaces.
- getNextAttr(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Get the next attribute in the attribute list.
- getPrefix(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the prefix of an attribute in this list (by position).
- getPropertiesRecognized() - Method in class org.apache.xerces.framework.XMLParser
- Returns a list of properties that this parser recognizes.
- getProperty(String) - Method in class org.apache.xerces.framework.XMLParser
- Query the value of a property.
- getReadingContentSpec() - Method in class org.apache.xerces.framework.XMLDTDScanner
- Is the scanner reading a ContentSpec?
- getReadingExternalEntity() - Method in class org.apache.xerces.framework.XMLDTDScanner
- Is the XMLDTDScanner reading from an external entity? This will be true, in particular if there was an external subset
- getScannerState() - Method in class org.apache.xerces.framework.XMLDTDScanner
- getType(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the type of an attribute in the list (by position).
- getType(String) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the type of an attribute in the list (by name).
- getURI(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Returns the URI of an attribute in this list (by position).
- getValidation() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if validation is turned on.
- getValidationDynamic() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if validation is based on whether a document contains a grammar.
- getValidationEnabled() - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Returns true if validation is turned on.
- getValidationSchema() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if Schema support is turned on.
- getValidationWarnOnDuplicateAttdef() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if an error is emitted when an attribute is redefined in the grammar.
- getValidationWarnOnUndeclaredElemdef() - Method in class org.apache.xerces.framework.XMLParser
- Returns true if the parser emits an error when an undeclared element is referenced in the grammar.
- getValue(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the value of an attribute in the list (by position).
- getValue(String) - Method in class org.apache.xerces.framework.XMLAttrList
- Return the value of an attribute in the list (by name).
- getXMLString() - Method in class org.apache.xerces.framework.XMLParser
- This method is the equivalent to the property:
H
- hashCode() - Method in class org.apache.xerces.framework.XMLContentSpec
- Returns a hash code for this node.
I
- INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.framework.XMLAttrList
- id_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- ies_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- ignorableWhitespace(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for ignorable whitespace.
- ignorableWhitespace(char[], int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for ignorable whitespace.
- ignore_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- implied_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- include_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- increaseMarkupDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
- increaseParenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
- init() - Method in class org.apache.xerces.framework.XMLDTDScanner
- initHandlers(boolean, XMLDocumentHandler, XMLDocumentHandler.DTDHandler) - Method in class org.apache.xerces.framework.XMLParser
- Set char data processing preference and handlers.
- initializeContentModelStack(int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- internalEntityDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for internal general entity declaration.
- internalPEDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for an internal parameter entity declaration.
- internalSubset(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
- Supports DOM Level 2 internalSubset additions.
- internalSubset(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- Supports DOM Level 2 internalSubset additions.
- isFeatureRecognized(String) - Method in class org.apache.xerces.framework.XMLParser
- Returns true if the specified feature is recognized.
- isPropertyRecognized(String) - Method in class org.apache.xerces.framework.XMLParser
- Returns true if the specified property is recognized.
- isSpecified(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Was the attribute explicitly supplied or was it provided through a default?
M
- main(String[]) - Static method in class org.apache.xerces.framework.Version
- Prints out the version number to System.out.
- markupDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
- Report the markup nesting depth.
N
- ndata_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- nmtoken_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- normalizeDefaultAttValue(QName, int, int, int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
- notationDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- callback for a notation declaration.
- notation_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
O
- org.apache.xerces.framework - package org.apache.xerces.framework
- otherValue - Variable in class org.apache.xerces.framework.XMLContentSpec
- The "right hand" value of the content spec node.
P
- PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.framework.XMLParser
- Set to true and recompile to print exception stack trace.
- parenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
- Report the parenthesis nesting depth.
- parse(InputSource) - Method in class org.apache.xerces.framework.XMLParser
- Parses the specified input source.
- parse(String) - Method in class org.apache.xerces.framework.XMLParser
- Parses the input source specified by the given system identifier.
- parseSome(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Entry point for parsing
- parseSome() - Method in class org.apache.xerces.framework.XMLParser
- Application-driven parsing.
- parseSomeSetup(InputSource) - Method in class org.apache.xerces.framework.XMLParser
- Setup for application-driven parsing.
- pcdata_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- popElementType() - Method in class org.apache.xerces.framework.XMLDocumentScanner.ContentDispatcher
- processingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
- Callback for processing instruction in DTD.
- processingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
- callback for processing instruction.
- public_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
R
- RECOGNIZED_FEATURES - Static variable in class org.apache.xerces.framework.XMLParser
- Features recognized by this parser.
- RECOGNIZED_PROPERTIES - Static variable in class org.apache.xerces.framework.XMLParser
- Properties recognized by this parser.
- RESULT_DUPLICATE_ATTR - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- RESULT_FAILURE - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- RESULT_SUCCESS - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- readerChange(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- Change readers
- readerChange(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- Change readers
- ref_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- releaseAttrList(int) - Method in class org.apache.xerces.framework.XMLAttrList
- Make the resources of the current attribute list available for reuse.
- reportError(Locator, String, int, int, Object[], int) - Method in interface org.apache.xerces.framework.XMLErrorReporter
- Report an error detected by a component of the XML parser.
- reportError(Locator, String, int, int, Object[], int) - Method in class org.apache.xerces.framework.XMLParser
- Report an error.
- reportFatalXMLError(int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- reportFatalXMLError(int, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- reportFatalXMLError(int, int, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
- reportFatalXMLError(int, int, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- reportFatalXMLError(int, int, String, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
- reportFatalXMLError(int, int, String, String, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
- reportFatalXMLError(int, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reportFatalXMLError(int, int, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reportFatalXMLError(int, int, String) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reportFatalXMLError(int, int, int, int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reportFatalXMLError(int, int, String, String) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reportFatalXMLError(int, int, String, String, String) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reportRecoverableXMLError(int, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- Report a recoverable xml error.
- reportRecoverableXMLError(int, int, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
- Report a recoverable xml error.
- reportRecoverableXMLError(int, int, String, String) - Method in class org.apache.xerces.framework.XMLDTDScanner
- Report a recoverable xml error.
- required_string - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- reset(StringPool) - Method in class org.apache.xerces.framework.XMLAttrList
- Reset this instance to an "empty" state.
- reset(StringPool, XMLEntityHandler.CharBuffer) - Method in class org.apache.xerces.framework.XMLDTDScanner
- Allow XMLDTDScanner to be reused.
- reset(StringPool, XMLEntityHandler.CharBuffer) - Method in class org.apache.xerces.framework.XMLDocumentScanner
- reset the parser so that the instance can be reused
- reset() - Method in class org.apache.xerces.framework.XMLParser
- Reset parser instance so that it can be reused.
- resetOrCopy() - Method in class org.apache.xerces.framework.XMLParser
- Reset or copy parser Allows parser instance reuse
- restoreScannerState(int) - Method in class org.apache.xerces.framework.XMLDTDScanner
- restoreScannerState(int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
S
- SAX2_FEATURES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
- SAX2 features prefix (http://xml.org/sax/features/).
- SAX2_PROPERTIES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
- SAX2 properties prefix (http://xml.org/sax/properties/).
- SCANNER_STATE_ATTRIBUTE_LIST - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- Scanner states
- SCANNER_STATE_ATTRIBUTE_NAME - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- Scanner states
- SCANNER_STATE_ATTRIBUTE_VALUE - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- Scanner states
- SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- Scanner states
- SCANNER_STATE_CONTENT - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- Scanner states
- SCANNER_STATE_CONTENTSPEC - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- SCANNER_STATE_DEFAULT_ATTRIBUTE_VALUE - Static variable in class org.apache.xerces.framework.XMLDTDScanner
- SCANNER_STATE_DOCTYPE - Static variable in class org.apache.xerces.framework.XMLDocumentScanner
- Scanner states
- SCANNER_STATE_DOCTYPEDECL - Static variable in class org.apache.xerces.framework.XMLDTDScanner