public final class LoadDocumentStep extends LoadDocumentStep
LoadDocumentStep
which parses
the xxe-revision
, xxe-sn
,
xxe-serial-numbers
processing-instructions as document
and element properties.DocumentLoader.StackItem
actualDTDSpec, console, detectedDocTypeSpec, firstPass, SKIPPED_PROPERTY_NAMES, twoPasses, userProperties
cdataMark, charCount, chars, declaredPrefixes, dtdEntityNesting, dtdSpec, encoding, entities, externalSubsetOrigin, firstElement, insideDTD, insideExternalSubset, internalSubset, internalSubsetOrigin, isCharEntity, locator, nsPrefixMap, options, parser, stack, stackSize, standalone, version, wasCDATA
ADD_ANY_DOCUMENT_TYPE, ADD_AUTO_DOCUMENT_TYPE, ADD_DECLARED_PREFIXES, ADD_LINE_COLUMN, ADD_XML_DECLARATION, DONT_INCLUDE, DONT_STRIP_WHITESPACE, GUESS_IGNORABLE_WHITESPACE, XINCLUDE
Constructor and Description |
---|
LoadDocumentStep(boolean twoPasses,
int userOptions,
Console console) |
Modifier and Type | Method and Description |
---|---|
void |
documentLoaded(Document doc) |
void |
processingInstruction(String target,
String data) |
createDocumentTypeDeclaration, endDTD, getExternalSubset, resolveEntity, restoreUserProperties, rootElement, saveUserProperties
attributeDecl, baseURL, characters, checkChars, checkEntityRef, comment, elementDecl, endCDATA, endDocument, endElement, endEntity, endPrefixMapping, entityOrigin, error, externalEntityDecl, fatalError, format, getDocumentURL, getDTDSpec, getEncoding, getOptions, getStandalone, getVersion, ignorableWhitespace, internalEntityDecl, load, load, load, load, notationDecl, pop, push, resolveEntity, setDocumentLocator, setOptions, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, top, unparsedEntityDecl, warning
public LoadDocumentStep(boolean twoPasses, int userOptions, Console console)
public void processingInstruction(String target, String data) throws SAXException
processingInstruction
in interface ContentHandler
processingInstruction
in class DocumentLoader
SAXException
public void documentLoaded(Document doc)
documentLoaded
in class LoadDocumentStep