public class XMLDocumentFragmentScannerImpl
extends org.mule.apache.xerces.impl.XMLScanner
implements org.mule.apache.xerces.xni.parser.XMLDocumentScanner, org.mule.apache.xerces.xni.parser.XMLComponent, org.mule.apache.xerces.impl.XMLEntityHandler
scanCDATASection(boolean).| Modifier and Type | Class and Description |
|---|---|
protected static interface |
XMLDocumentFragmentScannerImpl.Dispatcher |
protected static class |
XMLDocumentFragmentScannerImpl.ElementStack |
protected class |
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher |
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
DEBUG_CONTENT_SCANNING |
protected static String |
ENTITY_RESOLVER |
protected org.mule.apache.xerces.xni.QName |
fAttributeQName |
protected org.mule.apache.xerces.util.XMLAttributesImpl |
fAttributes |
protected XMLDocumentFragmentScannerImpl.Dispatcher |
fContentDispatcher |
protected org.mule.apache.xerces.xni.QName |
fCurrentElement |
protected XMLDocumentFragmentScannerImpl.Dispatcher |
fDispatcher |
protected org.mule.apache.xerces.xni.XMLDocumentHandler |
fDocumentHandler |
protected org.mule.apache.xerces.xni.QName |
fElementQName |
protected XMLDocumentFragmentScannerImpl.ElementStack |
fElementStack |
protected int[] |
fEntityStack |
protected org.mule.apache.xerces.impl.ExternalSubsetResolver |
fExternalSubsetResolver |
protected boolean |
fHasExternalDTD |
protected boolean |
fInScanContent |
protected boolean |
fIsEntityDeclaredVC |
protected int |
fMarkupDepth |
protected boolean |
fNotifyBuiltInRefs |
protected int |
fScannerState |
protected boolean |
fStandalone |
protected org.mule.apache.xerces.xni.XMLString |
fTempString |
protected org.mule.apache.xerces.xni.XMLString |
fTempString2 |
protected static String |
NAMESPACES |
protected static String |
NOTIFY_BUILTIN_REFS |
protected static int |
SCANNER_STATE_CDATA |
protected static int |
SCANNER_STATE_COMMENT |
protected static int |
SCANNER_STATE_CONTENT |
protected static int |
SCANNER_STATE_DOCTYPE |
protected static int |
SCANNER_STATE_END_OF_INPUT |
protected static int |
SCANNER_STATE_PI |
protected static int |
SCANNER_STATE_REFERENCE |
protected static int |
SCANNER_STATE_ROOT_ELEMENT |
protected static int |
SCANNER_STATE_START_OF_MARKUP |
protected static int |
SCANNER_STATE_TERMINATED |
protected static int |
SCANNER_STATE_TEXT_DECL |
DEBUG_ATTR_NORMALIZATION, ENTITY_MANAGER, ERROR_REPORTER, fAmpSymbol, fAposSymbol, fCharRefLiteral, fEncodingSymbol, fEntityDepth, fEntityManager, fEntityScanner, fErrorReporter, fGtSymbol, fLtSymbol, fNamespaces, fNotifyCharRefs, fParserSettings, fQuotSymbol, fReportEntity, fResourceIdentifier, fScanningAttribute, fStandaloneSymbol, fSymbolTable, fValidation, fVersionSymbol, NOTIFY_CHAR_REFS, PARSER_SETTINGS, SYMBOL_TABLE, VALIDATION| Constructor and Description |
|---|
XMLDocumentFragmentScannerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected XMLDocumentFragmentScannerImpl.Dispatcher |
createContentDispatcher() |
void |
endEntity(String name,
org.mule.apache.xerces.xni.Augmentations augs) |
String |
getDispatcherName(XMLDocumentFragmentScannerImpl.Dispatcher dispatcher) |
org.mule.apache.xerces.xni.XMLDocumentHandler |
getDocumentHandler() |
Boolean |
getFeatureDefault(String featureId) |
Object |
getPropertyDefault(String propertyId) |
String[] |
getRecognizedFeatures() |
String[] |
getRecognizedProperties() |
protected String |
getScannerStateName(int state) |
protected int |
handleEndElement(org.mule.apache.xerces.xni.QName element,
boolean isEmpty) |
void |
reset(org.mule.apache.xerces.xni.parser.XMLComponentManager componentManager) |
protected void |
scanAttribute(org.mule.apache.xerces.xni.XMLAttributes attributes) |
protected boolean |
scanCDATASection(boolean complete) |
protected void |
scanCharReference() |
protected void |
scanComment() |
protected int |
scanContent() |
boolean |
scanDocument(boolean complete) |
protected int |
scanEndElement() |
protected void |
scanEntityReference() |
protected void |
scanPIData(String target,
org.mule.apache.xerces.xni.XMLString data) |
protected boolean |
scanStartElement() |
protected boolean |
scanStartElementAfterName() |
protected void |
scanStartElementName() |
protected void |
scanXMLDeclOrTextDecl(boolean scanningTextDecl) |
protected void |
setDispatcher(XMLDocumentFragmentScannerImpl.Dispatcher dispatcher) |
void |
setDocumentHandler(org.mule.apache.xerces.xni.XMLDocumentHandler documentHandler) |
void |
setFeature(String featureId,
boolean state) |
void |
setInputSource(org.mule.apache.xerces.xni.parser.XMLInputSource inputSource) |
void |
setProperty(String propertyId,
Object value) |
protected void |
setScannerState(int state) |
void |
startEntity(String name,
org.mule.apache.xerces.xni.XMLResourceIdentifier identifier,
String encoding,
org.mule.apache.xerces.xni.Augmentations augs) |
getFeature, getVersionNotSupportedKey, isInvalid, isInvalidLiteral, isUnchangedByNormalization, isValidNameChar, isValidNameStartChar, isValidNameStartHighSurrogate, isValidNCName, normalizeWhitespace, normalizeWhitespace, reportFatalError, reset, scanAttributeValue, scanCharReferenceValue, scanComment, scanExternalID, scanPI, scanPseudoAttribute, scanPubidLiteral, scanSurrogates, scanXMLDeclOrTextDecl, versionSupportedprotected static final int SCANNER_STATE_START_OF_MARKUP
protected static final int SCANNER_STATE_COMMENT
protected static final int SCANNER_STATE_PI
protected static final int SCANNER_STATE_DOCTYPE
protected static final int SCANNER_STATE_ROOT_ELEMENT
protected static final int SCANNER_STATE_CONTENT
protected static final int SCANNER_STATE_REFERENCE
protected static final int SCANNER_STATE_END_OF_INPUT
protected static final int SCANNER_STATE_TERMINATED
protected static final int SCANNER_STATE_CDATA
protected static final int SCANNER_STATE_TEXT_DECL
protected static final String NAMESPACES
protected static final String NOTIFY_BUILTIN_REFS
protected static final String ENTITY_RESOLVER
protected static final boolean DEBUG_CONTENT_SCANNING
protected org.mule.apache.xerces.xni.XMLDocumentHandler fDocumentHandler
protected int[] fEntityStack
protected int fMarkupDepth
protected int fScannerState
protected boolean fInScanContent
protected boolean fHasExternalDTD
protected boolean fStandalone
protected boolean fIsEntityDeclaredVC
protected org.mule.apache.xerces.impl.ExternalSubsetResolver fExternalSubsetResolver
protected org.mule.apache.xerces.xni.QName fCurrentElement
protected final XMLDocumentFragmentScannerImpl.ElementStack fElementStack
protected boolean fNotifyBuiltInRefs
protected XMLDocumentFragmentScannerImpl.Dispatcher fDispatcher
protected final XMLDocumentFragmentScannerImpl.Dispatcher fContentDispatcher
protected final org.mule.apache.xerces.xni.QName fElementQName
protected final org.mule.apache.xerces.xni.QName fAttributeQName
protected final org.mule.apache.xerces.util.XMLAttributesImpl fAttributes
protected final org.mule.apache.xerces.xni.XMLString fTempString
protected final org.mule.apache.xerces.xni.XMLString fTempString2
public void setInputSource(org.mule.apache.xerces.xni.parser.XMLInputSource inputSource)
throws IOException
setInputSource in interface org.mule.apache.xerces.xni.parser.XMLDocumentScannerIOExceptionpublic boolean scanDocument(boolean complete)
throws IOException,
org.mule.apache.xerces.xni.XNIException
scanDocument in interface org.mule.apache.xerces.xni.parser.XMLDocumentScannerIOExceptionorg.mule.apache.xerces.xni.XNIExceptionpublic void reset(org.mule.apache.xerces.xni.parser.XMLComponentManager componentManager)
throws org.mule.apache.xerces.xni.parser.XMLConfigurationException
reset in interface org.mule.apache.xerces.xni.parser.XMLComponentreset in class org.mule.apache.xerces.impl.XMLScannerorg.mule.apache.xerces.xni.parser.XMLConfigurationExceptionpublic String[] getRecognizedFeatures()
getRecognizedFeatures in interface org.mule.apache.xerces.xni.parser.XMLComponentpublic void setFeature(String featureId, boolean state) throws org.mule.apache.xerces.xni.parser.XMLConfigurationException
setFeature in interface org.mule.apache.xerces.xni.parser.XMLComponentsetFeature in class org.mule.apache.xerces.impl.XMLScannerorg.mule.apache.xerces.xni.parser.XMLConfigurationExceptionpublic String[] getRecognizedProperties()
getRecognizedProperties in interface org.mule.apache.xerces.xni.parser.XMLComponentpublic void setProperty(String propertyId, Object value) throws org.mule.apache.xerces.xni.parser.XMLConfigurationException
setProperty in interface org.mule.apache.xerces.xni.parser.XMLComponentsetProperty in class org.mule.apache.xerces.impl.XMLScannerorg.mule.apache.xerces.xni.parser.XMLConfigurationExceptionpublic Boolean getFeatureDefault(String featureId)
getFeatureDefault in interface org.mule.apache.xerces.xni.parser.XMLComponentpublic Object getPropertyDefault(String propertyId)
getPropertyDefault in interface org.mule.apache.xerces.xni.parser.XMLComponentpublic void setDocumentHandler(org.mule.apache.xerces.xni.XMLDocumentHandler documentHandler)
setDocumentHandler in interface org.mule.apache.xerces.xni.parser.XMLDocumentSourcepublic org.mule.apache.xerces.xni.XMLDocumentHandler getDocumentHandler()
getDocumentHandler in interface org.mule.apache.xerces.xni.parser.XMLDocumentSourcepublic void startEntity(String name, org.mule.apache.xerces.xni.XMLResourceIdentifier identifier, String encoding, org.mule.apache.xerces.xni.Augmentations augs) throws org.mule.apache.xerces.xni.XNIException
startEntity in interface org.mule.apache.xerces.impl.XMLEntityHandlerstartEntity in class org.mule.apache.xerces.impl.XMLScannerorg.mule.apache.xerces.xni.XNIExceptionpublic void endEntity(String name, org.mule.apache.xerces.xni.Augmentations augs) throws org.mule.apache.xerces.xni.XNIException
endEntity in interface org.mule.apache.xerces.impl.XMLEntityHandlerendEntity in class org.mule.apache.xerces.impl.XMLScannerorg.mule.apache.xerces.xni.XNIExceptionprotected XMLDocumentFragmentScannerImpl.Dispatcher createContentDispatcher()
protected void scanXMLDeclOrTextDecl(boolean scanningTextDecl)
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected void scanPIData(String target, org.mule.apache.xerces.xni.XMLString data) throws IOException, org.mule.apache.xerces.xni.XNIException
scanPIData in class org.mule.apache.xerces.impl.XMLScannerIOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected void scanComment()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected boolean scanStartElement()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected void scanStartElementName()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected boolean scanStartElementAfterName()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected void scanAttribute(org.mule.apache.xerces.xni.XMLAttributes attributes)
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected int scanContent()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected boolean scanCDATASection(boolean complete)
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected int scanEndElement()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected void scanCharReference()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected void scanEntityReference()
throws IOException,
org.mule.apache.xerces.xni.XNIException
IOExceptionorg.mule.apache.xerces.xni.XNIExceptionprotected int handleEndElement(org.mule.apache.xerces.xni.QName element,
boolean isEmpty)
throws org.mule.apache.xerces.xni.XNIException
org.mule.apache.xerces.xni.XNIExceptionprotected final void setScannerState(int state)
protected final void setDispatcher(XMLDocumentFragmentScannerImpl.Dispatcher dispatcher)
protected String getScannerStateName(int state)
public String getDispatcherName(XMLDocumentFragmentScannerImpl.Dispatcher dispatcher)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.