All Known Implementing Classes:
XMLNamespaceBinder, XMLDTDValidatorFilter, DOMParser, XMLDTDValidator, DOMAddLines, DOMParserImpl, XNI2SAX, XIncludeHandler, XMLDocumentParser, Counter, UpperCaseFilter, PSVIParser, XML11NamespaceBinder, XMLNSDTDValidator, RevalidationHandler, XML11DTDValidator, DOMASBuilderImpl, XMLDocumentFilter, AbortHandler, SAXParser, DOMParserSaveEncoding, XML11NSDTDValidator, DefaultXMLDocumentHandler, XPointerHandler, Writer, RevalidatingDOMParser, PSVIWriter, SchemaDOMParser, JAXPSAXParser, DOMNormalizer, CSVParser, AbstractDOMParser, JAXPValidatorComponent, DOMDocumentHandler, DocumentTracer, AbstractXMLDocumentParser, DOMResultBuilder, XMLSchemaValidator, DOMResultAugmentor, AbstractSAXParser, ValidatorHandlerImpl, PassThroughFilter, TeeXMLDocumentFilterImpl
Andy
- Clark, IBM$
- Id: XMLDocumentHandler.java 447247 2006-09-18 05:23:52Z mrglavas $Method from org.apache.xerces.xni.XMLDocumentHandler Summary: |
---|
characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, getDocumentSource, ignorableWhitespace, processingInstruction, setDocumentSource, startCDATA, startDocument, startElement, startGeneralEntity, textDecl, xmlDecl |
Method from org.apache.xerces.xni.XMLDocumentHandler Detail: |
---|
|
|
|
|
|
|
|
Note: This method is not called for entity references appearing as part of attribute values. |
|
|
Typically, a processing instruction's data will contain a series of pseudo-attributes. These pseudo-attributes follow the form of element attributes but are not parsed or presented to the application as anything other than text. The application is responsible for parsing the data. |
|
|
|
|
Note: This method is not called for entity references appearing as part of attribute values. |
Note: This method will never be called for the document entity; it is only called for external general entities referenced in document content. Note: This method is not called for entity references appearing as part of attribute values. |
|