public class LSPSAXParser
extends org.apache.xerces.parsers.SAXParser
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ENTITY_MANAGER |
protected static String |
VALIDATION_MANAGER |
NOTIFY_BUILTIN_REFS, SYMBOL_TABLE, XMLGRAMMAR_POOLALLOW_UE_AND_NOTATION_EVENTS, DECLARATION_HANDLER, DOM_NODE, fContentHandler, fDeclaredAttrs, fDeclHandler, fDocumentHandler, fDTDHandler, fLexicalHandler, fLexicalHandlerParameterEntities, fNamespaceContext, fNamespacePrefixes, fNamespaces, fParseInProgress, fQName, fResolveDTDURIs, fStandalone, fUseEntityResolver2, fVersion, fXMLNSURIs, LEXICAL_HANDLER, NAMESPACES, STRING_INTERNINGfDocumentSource, fDTDContentModelSource, fDTDSource, fInDTDENTITY_RESOLVER, ERROR_HANDLER, fConfiguration| Constructor and Description |
|---|
LSPSAXParser(DOMDocument document,
LSPErrorReporterForXML reporter,
org.apache.xerces.xni.parser.XMLParserConfiguration config,
org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
doctypeDecl(String rootElement,
String publicId,
String systemId,
org.apache.xerces.xni.Augmentations augs) |
void |
startDocument(org.apache.xerces.xni.XMLLocator locator,
String encoding,
org.apache.xerces.xni.NamespaceContext namespaceContext,
org.apache.xerces.xni.Augmentations augs) |
attributeDecl, characters, comment, elementDecl, endCDATA, endDocument, endDTD, endElement, endExternalSubset, endGeneralEntity, endNamespaceMapping, endParameterEntity, externalEntityDecl, getAttributePSVI, getAttributePSVIByName, getContentHandler, getDeclHandler, getDTDHandler, getElementPSVI, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getProperty, ignorableWhitespace, internalEntityDecl, notationDecl, parse, parse, processingInstruction, reset, setContentHandler, setDeclHandler, setDocumentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setLocale, setProperty, startCDATA, startElement, startExternalSubset, startGeneralEntity, startNamespaceMapping, startParameterEntity, unparsedEntityDecl, xmlDeclany, element, empty, emptyElement, endAttlist, endConditional, endContentModel, endGroup, getDocumentSource, getDTDContentModelSource, getDTDSource, ignoredCharacters, occurrence, pcdata, separator, setDocumentSource, setDTDContentModelSource, setDTDSource, startAttlist, startConditional, startContentModel, startDTD, startGroup, textDeclprotected static final String VALIDATION_MANAGER
protected static final String ENTITY_MANAGER
public LSPSAXParser(DOMDocument document, LSPErrorReporterForXML reporter, org.apache.xerces.xni.parser.XMLParserConfiguration config, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)
public void startDocument(org.apache.xerces.xni.XMLLocator locator,
String encoding,
org.apache.xerces.xni.NamespaceContext namespaceContext,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
startDocument in interface org.apache.xerces.xni.XMLDocumentHandlerstartDocument in class org.apache.xerces.parsers.AbstractSAXParserorg.apache.xerces.xni.XNIExceptionpublic void doctypeDecl(String rootElement, String publicId, String systemId, org.apache.xerces.xni.Augmentations augs) throws org.apache.xerces.xni.XNIException
doctypeDecl in interface org.apache.xerces.xni.XMLDocumentHandlerdoctypeDecl in class org.apache.xerces.parsers.AbstractSAXParserorg.apache.xerces.xni.XNIExceptionCopyright © 2020. All rights reserved.