Skip navigation links
C D E F G H N O P R S X 

C

clear() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Clears the stack without throwing away existing QName objects.
createContentDispatcher() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Creates a content dispatcher.

D

DEBUG_CONTENT_SCANNING - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Debug content dispatcher scanning.
dispatch(boolean) - Method in interface org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.Dispatcher
Dispatch an XML "event".
dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Dispatch an XML "event".

E

elementDepthIsZeroHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Element depth iz zero.
ElementStack() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Default constructor.
endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
This method notifies the end of an entity.
endOfFileHook(EOFException) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
End of file hook.
ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Property identifier: entity resolver.

F

fAttributeQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Attribute QName.
fAttributes - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Element attributes.
fContentDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Content dispatcher.
fCurrentElement - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Current element.
fDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Active dispatcher.
fDocumentHandler - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Document handler.
fElementQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Element QName.
fElements - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
The stack data.
fElementStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Element stack.
fEntityStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Entity stack.
fExternalSubsetResolver - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
External subset resolver.
fHasExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
has external dtd
fInScanContent - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
SubScanner state: inside scanContent method.
fIsEntityDeclaredVC - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
True if [Entity Declared] is a VC; false if it is a WFC.
fMarkupDepth - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Markup depth.
fNotifyBuiltInRefs - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Notify built-in references.
FragmentContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
 
fScannerState - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state.
fSize - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
The size of the stack.
fStandalone - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Standalone.
fTempString - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
String.
fTempString2 - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
String.

G

getDispatcherName(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the dispatcher name.
getDocumentHandler() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the document handler
getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns a list of feature identifiers that are recognized by this component.
getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns a list of property identifiers that are recognized by this component.
getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Returns the scanner state name.

H

handleEndElement(QName, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Handles the end element.

N

NAMESPACES - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Feature identifier: namespaces.
NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Feature identifier: notify built-in refereces.

O

org.apache.xerces.impl - package org.apache.xerces.impl
 

P

popElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Pops an element off of the stack by setting the values of the specified QName.
pushElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
Pushes an element on the stack.

R

reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Resets the component.

S

scanAttribute(XMLAttributes) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an attribute.
scanCDATASection(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a CDATA section.
scanCharReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a character reference.
scanComment() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a comment.
scanContent() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans element content.
scanDocument(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a document.
scanEndElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an end element.
scanEntityReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an entity reference.
scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Scan for DOCTYPE hook.
SCANNER_STATE_CDATA - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: CDATA section.
SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: comment.
SCANNER_STATE_CONTENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: content.
SCANNER_STATE_DOCTYPE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: DOCTYPE.
SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: end of input.
SCANNER_STATE_PI - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: processing instruction.
SCANNER_STATE_REFERENCE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: reference.
SCANNER_STATE_ROOT_ELEMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: root element.
SCANNER_STATE_START_OF_MARKUP - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: start of markup.
SCANNER_STATE_TERMINATED - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: terminated.
SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scanner state: Text declaration.
scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a processing data.
scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
Scan for root element hook.
scanStartElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans a start element.
scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans the remainder of a start or empty tag after the element name.
scanStartElementName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans the name of an element in a start or empty tag.
scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Scans an XML or text declaration.
setDispatcher(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the dispatcher.
setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
setDocumentHandler
setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the state of a feature.
setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the input source.
setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the value of a property.
setScannerState(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Sets the scanner state.
startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
This method notifies of the start of an entity.

X

XMLDocumentFragmentScannerImpl - Class in org.apache.xerces.impl
This class is responsible for scanning the structure and content of document fragments.
XMLDocumentFragmentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
Default constructor.
XMLDocumentFragmentScannerImpl.Dispatcher - Interface in org.apache.xerces.impl
This interface defines an XML "event" dispatching model.
XMLDocumentFragmentScannerImpl.ElementStack - Class in org.apache.xerces.impl
Element stack.
XMLDocumentFragmentScannerImpl.FragmentContentDispatcher - Class in org.apache.xerces.impl
Dispatcher to handle content scanning.
C D E F G H N O P R S X 
Skip navigation links

Copyright © 2024. All rights reserved.