A B C D E F G H I L N O P R S T U V X

A

addRecognizedFeatures(String[]) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
addRecognizedProperties(String[]) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
attributes - Variable in class org.cyberneko.pull.event.ElementEvent
The attributes for the start element.
attrs(XMLAttributes, XMLAttributes) - Method in class org.cyberneko.pull.util.EventCollector
Copies the source attributes into the specified destination.
augs(Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Returns a copy of the specified args.
augs - Variable in class org.cyberneko.pull.XMLEvent
Event augmentations.

B

baseSystemId - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The base system identifier.
BoundedEvent - Class in org.cyberneko.pull.event
A bounded event.
BoundedEvent(short) - Constructor for class org.cyberneko.pull.event.BoundedEvent
Constructs a bounded event of the specified type.
BufferedPullConfiguration - Class in org.cyberneko.pull.util
An implementation of an XNI XMLPullParserConfiguration that buffers the events so that one and only callback is performed for each call to parse(boolean):boolean.
BufferedPullConfiguration(XMLParserConfiguration) - Constructor for class org.cyberneko.pull.util.BufferedPullConfiguration
Constructs a buffered pull parser from the specified configuration.

C

CDATA - Static variable in class org.cyberneko.pull.XMLEvent
Event type: CDATA section.
CDATAEvent - Class in org.cyberneko.pull.event
CDATA section event.
CDATAEvent() - Constructor for class org.cyberneko.pull.event.CDATAEvent
Default constructor.
characters(XMLString, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Character content.
CHARACTERS - Static variable in class org.cyberneko.pull.XMLEvent
Event type: character content.
CharactersEvent - Class in org.cyberneko.pull.event
Character content event.
CharactersEvent() - Constructor for class org.cyberneko.pull.event.CharactersEvent
Default constructor.
cleanup() - Method in class org.cyberneko.pull.parsers.Xerces2
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in interface org.cyberneko.pull.XMLPullParser
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resources allocated during parsing.
clear() - Method in class org.cyberneko.pull.util.EventQueue
Clears the queue.
comment(XMLString, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
A comment.
COMMENT - Static variable in class org.cyberneko.pull.XMLEvent
Event type: comment.
CommentEvent - Class in org.cyberneko.pull.event
A comment event.
CommentEvent() - Constructor for class org.cyberneko.pull.event.CommentEvent
Default constructor.

D

data - Variable in class org.cyberneko.pull.event.ProcessingInstructionEvent
The processing instruction data, or null if no data was specified.
DefaultHandler - Class in org.cyberneko.pull.util
 
DefaultHandler() - Constructor for class org.cyberneko.pull.util.DefaultHandler
 
dequeue() - Method in class org.cyberneko.pull.util.EventCollector
Removes an event from the queue.
dequeue() - Method in class org.cyberneko.pull.util.EventQueue
Removes and returns an event from the queue, or null if the queue is empty.
dispatchEvent(XMLEvent) - Method in class org.cyberneko.pull.util.EventDispatcher
Dispatches a pull parser event object by calling the appropriate
DOCTYPE_DECL - Static variable in class org.cyberneko.pull.XMLEvent
Event type: DOCTYPE declaration.
doctypeDecl(String, String, String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Notifies of the presence of the DOCTYPE line in the document.
DoctypeDeclEvent - Class in org.cyberneko.pull.event
A DOCTYPE declaration event.
DoctypeDeclEvent() - Constructor for class org.cyberneko.pull.event.DoctypeDeclEvent
Default constructor.
DOCUMENT - Static variable in class org.cyberneko.pull.XMLEvent
Event type: document.
DocumentEvent - Class in org.cyberneko.pull.event
A document event.
DocumentEvent() - Constructor for class org.cyberneko.pull.event.DocumentEvent
Default constructor.
dropEvent(XMLEvent) - Method in class org.cyberneko.pull.util.EventCollector
Drops an event by putting it back on the event cache so that it can be re-used when needed.

E

element - Variable in class org.cyberneko.pull.event.ElementEvent
The qualified name of the element.
ELEMENT - Static variable in class org.cyberneko.pull.XMLEvent
Event type: element.
ElementEvent - Class in org.cyberneko.pull.event
An element event.
ElementEvent() - Constructor for class org.cyberneko.pull.event.ElementEvent
Default constructor.
empty - Variable in class org.cyberneko.pull.event.ElementEvent
True if this element is an empty element, for example <root/>.
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
An empty element.
encoding - Variable in class org.cyberneko.pull.event.DocumentEvent
The automatically detected encoding of the document.
encoding - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The auto-detected encoding of the general entity, if declared as external.
encoding - Variable in class org.cyberneko.pull.event.TextDeclEvent
The value of the "encoding" pseudo-attribute.
endCDATA(Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The end of a CDATA section.
endDocument(Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The end of the document.
endElement(QName, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The end of an element.
endGeneralEntity(String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
This method notifies the end of a general entity.
endPrefixMapping(String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The end of a namespace prefix mapping.
enqueue(XMLEvent) - Method in class org.cyberneko.pull.util.EventQueue
Adds an event to the queue.
EventCollector - Class in org.cyberneko.pull.util
This class converts XNI document handler callbacks into pull parser event objects, storing them on an event queue.
EventCollector() - Constructor for class org.cyberneko.pull.util.EventCollector
 
EventDispatcher - Class in org.cyberneko.pull.util
This class converts pull parser event objects into XNI document handler callbacks.
EventDispatcher() - Constructor for class org.cyberneko.pull.util.EventDispatcher
 
EventDispatcher.ResourceIdentifierProxy - Class in org.cyberneko.pull.util
A proxy object for resource identifier passed to the start general entity method in the XNI document handler.
EventDispatcher.ResourceIdentifierProxy() - Constructor for class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
 
EventIterator - Class in org.cyberneko.pull.util
This class contains a set of utility functions to allow applications to more conveniently iterate XML events instead of having to call nextEvent for each event in the event stream.
EventIterator(XMLEventIterator) - Constructor for class org.cyberneko.pull.util.EventIterator
Constructs an event iterator from the specified event iterator.
EventQueue - Class in org.cyberneko.pull.util
A general purpose queue for pull parser event objects.
EventQueue() - Constructor for class org.cyberneko.pull.util.EventQueue
 
expandedSystemId - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The expanded system identifier of the general entity declaration.

F

fConfiguration - Variable in class org.cyberneko.pull.parsers.Xerces2
XNI pull parser configuration.
fConfiguration - Variable in class org.cyberneko.pull.util.BufferedPullConfiguration
Parser configuration.
fDocumentHandler - Variable in class org.cyberneko.pull.util.BufferedPullConfiguration
Document handler.
fDocumentHandler - Variable in class org.cyberneko.pull.util.EventDispatcher
The document handler.
fDocumentSource - Variable in class org.cyberneko.pull.util.EventCollector
XNI document source.
fDone - Variable in class org.cyberneko.pull.parsers.Xerces2
Finished parsing.
FEATURE_DEFAULTS - Static variable in class org.cyberneko.pull.util.EventCollector
Feature defaults.
fElementDepth - Variable in class org.cyberneko.pull.util.EventIterator
Element depth.
fEvent - Variable in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
The general entity event to be proxied.
fEventCache - Variable in class org.cyberneko.pull.util.EventCollector
Event cache.
fEventCollector - Variable in class org.cyberneko.pull.parsers.Xerces2
Event collector.
fEventCollector - Variable in class org.cyberneko.pull.util.BufferedPullConfiguration
Event collector.
fEventDispatcher - Variable in class org.cyberneko.pull.util.BufferedPullConfiguration
Event dispatcher.
fEventIterator - Variable in class org.cyberneko.pull.util.EventIterator
XML event iterator.
fHead - Variable in class org.cyberneko.pull.util.EventQueue
The head of the queue.
fInputSource - Variable in class org.cyberneko.pull.util.BufferedPullConfiguration
Input source.
fLastEvent - Variable in class org.cyberneko.pull.util.EventCollector
The last event.
fNamespaceContext - Variable in class org.cyberneko.pull.util.EventCollector
Namespace context.
fPullConfiguration - Variable in class org.cyberneko.pull.util.BufferedPullConfiguration
Pull parser configuration.
fPushbackEvent - Variable in class org.cyberneko.pull.util.EventIterator
Pushback event.
fReuseBuffers - Variable in class org.cyberneko.pull.util.EventCollector
Underlying buffers are re-used by the creator of the XNI events.
fSize - Variable in class org.cyberneko.pull.util.EventQueue
The size of the queue.
fTail - Variable in class org.cyberneko.pull.util.EventQueue
The tail of the queue.

G

GENERAL_ENTITY - Static variable in class org.cyberneko.pull.XMLEvent
Event type: general entity.
GeneralEntityEvent - Class in org.cyberneko.pull.event
A general entity event.
GeneralEntityEvent() - Constructor for class org.cyberneko.pull.event.GeneralEntityEvent
Default encoding.
getBaseSystemId() - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Returns the base system identifier.
getDocumentHandler() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the registered document handler.
getDocumentHandler() - Method in class org.cyberneko.pull.util.EventDispatcher
Returns the document handler.
getDocumentSource() - Method in class org.cyberneko.pull.util.EventCollector
Returns the document source.
getDTDContentModelHandler() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the registered DTD content model handler.
getDTDHandler() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the registered DTD handler.
getEntityResolver() - Method in class org.cyberneko.pull.parsers.Xerces2
Returns the registered entity resolver.
getEntityResolver() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the registered entity resolver.
getEntityResolver() - Method in interface org.cyberneko.pull.XMLPullParser
Returns the registered entity resolver.
getErrorHandler() - Method in class org.cyberneko.pull.parsers.Xerces2
Returns the registered error handler.
getErrorHandler() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the registered error handler.
getErrorHandler() - Method in interface org.cyberneko.pull.XMLPullParser
Returns the registered error handler.
getEvent(short) - Method in class org.cyberneko.pull.util.EventCollector
Returns an event object for the given type.
getExpandedSystemId() - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Returns the expanded system identifier.
getFeature(String) - Method in class org.cyberneko.pull.parsers.Xerces2
Returns the state of a feature.
getFeature(String) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the state of a feature.
getFeature(String) - Method in interface org.cyberneko.pull.XMLPullParser
Returns the state of a feature.
getFeatureDefault(String) - Method in class org.cyberneko.pull.util.EventCollector
Returns feature default.
getLiteralSystemId() - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Returns the literal system identifier.
getLocale() - Method in class org.cyberneko.pull.parsers.Xerces2
Returns the locale.
getLocale() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the locale.
getLocale() - Method in interface org.cyberneko.pull.XMLPullParser
Returns the locale.
getNamespace() - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Returns the namespace.
getProperty(String) - Method in class org.cyberneko.pull.parsers.Xerces2
Returns the value of a property.
getProperty(String) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Returns the value of a property.
getProperty(String) - Method in interface org.cyberneko.pull.XMLPullParser
Returns the value of a property.
getPropertyDefault(String) - Method in class org.cyberneko.pull.util.EventCollector
Returns property default.
getPublicId() - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Returns the public identifier.
getRecognizedFeatures() - Method in class org.cyberneko.pull.util.EventCollector
Returns recognized features.
getRecognizedProperties() - Method in class org.cyberneko.pull.util.EventCollector
Returns recognized properties.

H

handleCharacters(CharactersEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleComment(CommentEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleDoctypeDecl(DoctypeDeclEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleEndCDATA(CDATAEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleEndDocument(DocumentEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleEndElement(ElementEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleEndElement(QName, Augmentations, boolean) - Method in class org.cyberneko.pull.util.EventCollector
Handles an end element by copying the necessary data.
handleEndGeneralEntity(GeneralEntityEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleEvent(XMLEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleIgnorableWhitespace(CharactersEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleStartCDATA(CDATAEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleStartDocument(DocumentEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleStartElement(ElementEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleStartElement(QName, XMLAttributes, Augmentations, boolean) - Method in class org.cyberneko.pull.util.EventCollector
Handles a start element by copying the necessary data.
handleStartGeneralEntity(GeneralEntityEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 
handleUnknownEvent(XMLEvent) - Method in class org.cyberneko.pull.util.DefaultHandler
 

I

ignorable - Variable in class org.cyberneko.pull.event.CharactersEvent
True if this event is ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Ignorable whitespace.
isEmpty() - Method in class org.cyberneko.pull.util.EventQueue
Returns true if the queue is empty.

L

literalSystemId - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The literal system identifier used in the general entity declaration.
locator - Variable in class org.cyberneko.pull.event.DocumentEvent
The document locator.

N

name - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The name of the general entity.
namespace - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The namespace of the general entity.
next - Variable in class org.cyberneko.pull.XMLEvent
Next event, if used in an event chain.
nextEvent() - Method in class org.cyberneko.pull.parsers.Xerces2
Returns the next event in the document or null if there are no more events.
nextEvent() - Method in class org.cyberneko.pull.util.EventIterator
Returns the next event.
nextEvent(short) - Method in class org.cyberneko.pull.util.EventIterator
Returns the nextEvent of the given type.
nextEvent() - Method in interface org.cyberneko.pull.XMLEventIterator
Returns the next event in the document or null if there are no more events.
nextEvent() - Method in interface org.cyberneko.pull.XMLPullParser
Returns the next event in the document or null if there are no more events.

O

org.cyberneko.pull - package org.cyberneko.pull
 
org.cyberneko.pull.event - package org.cyberneko.pull.event
 
org.cyberneko.pull.parsers - package org.cyberneko.pull.parsers
 
org.cyberneko.pull.util - package org.cyberneko.pull.util
 

P

parse(boolean) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Parses the document in a pull parsing fashion.
parse(XMLInputSource) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Parse an XML document.
prefix - Variable in class org.cyberneko.pull.event.PrefixMappingEvent
The namespace prefix.
PREFIX_MAPPING - Static variable in class org.cyberneko.pull.XMLEvent
Event type: prefix mapping.
PrefixMappingEvent - Class in org.cyberneko.pull.event
A prefix mapping event.
PrefixMappingEvent() - Constructor for class org.cyberneko.pull.event.PrefixMappingEvent
Default constructor.
PROCESSING_INSTRUCTION - Static variable in class org.cyberneko.pull.XMLEvent
Event type: processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
A processing instruction.
ProcessingInstructionEvent - Class in org.cyberneko.pull.event
A processing instruction event.
ProcessingInstructionEvent() - Constructor for class org.cyberneko.pull.event.ProcessingInstructionEvent
Default constructor.
pubid - Variable in class org.cyberneko.pull.event.DoctypeDeclEvent
The public identifier of the external subset.
publicId - Variable in class org.cyberneko.pull.event.GeneralEntityEvent
The public identifier.

R

RECOGNIZED_FEATURES - Static variable in class org.cyberneko.pull.util.EventCollector
Recognized features.
reset() - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
 
reset(XMLComponentManager) - Method in class org.cyberneko.pull.util.EventCollector
Reset.
REUSE_BUFFERS - Static variable in class org.cyberneko.pull.parsers.Xerces2
Feature identifer: reuse buffers.
REUSE_BUFFERS - Static variable in class org.cyberneko.pull.util.EventCollector
Feature identifer: reuse buffers.
root - Variable in class org.cyberneko.pull.event.DoctypeDeclEvent
The root element name.

S

setBaseSystemId(String) - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Sets the base system identifier.
setDocumentHandler(XMLDocumentHandler) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the document handler to receive information about the document.
setDocumentHandler(XMLDocumentHandler) - Method in class org.cyberneko.pull.util.EventDispatcher
Sets the document handler.
setDocumentSource(XMLDocumentSource) - Method in class org.cyberneko.pull.util.EventCollector
Sets the document source.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the DTD content model handler.
setDTDHandler(XMLDTDHandler) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the DTD handler.
setEntityResolver(XMLEntityResolver) - Method in class org.cyberneko.pull.parsers.Xerces2
Sets the entity resolver.
setEntityResolver(XMLEntityResolver) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the entity resolver.
setEntityResolver(XMLEntityResolver) - Method in interface org.cyberneko.pull.XMLPullParser
Sets the entity resolver.
setErrorHandler(XMLErrorHandler) - Method in class org.cyberneko.pull.parsers.Xerces2
Sets the error handler.
setErrorHandler(XMLErrorHandler) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the error handler.
setErrorHandler(XMLErrorHandler) - Method in interface org.cyberneko.pull.XMLPullParser
Sets the error handler.
setExpandedSystemId(String) - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Sets the expanded system identifier.
setFeature(String, boolean) - Method in class org.cyberneko.pull.parsers.Xerces2
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the state of a feature.
setFeature(String, boolean) - Method in class org.cyberneko.pull.util.EventCollector
Set feature.
setFeature(String, boolean) - Method in interface org.cyberneko.pull.XMLPullParser
Sets the state of a feature.
setGeneralEntityEvent(GeneralEntityEvent) - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Sets the general entity event.
setInputSource(XMLInputSource) - Method in class org.cyberneko.pull.parsers.Xerces2
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the input source for the document to parse.
setInputSource(XMLInputSource) - Method in interface org.cyberneko.pull.XMLPullParser
Sets the input source for the document to parse.
setLiteralSystemId(String) - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Sets the literal system identifier.
setLocale(Locale) - Method in class org.cyberneko.pull.parsers.Xerces2
Set the locale to use for messages.
setLocale(Locale) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.cyberneko.pull.XMLPullParser
Set the locale to use for messages.
setNamespace(String) - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Sets the namespace.
setProperty(String, Object) - Method in class org.cyberneko.pull.parsers.Xerces2
Sets the value of a property.
setProperty(String, Object) - Method in class org.cyberneko.pull.util.BufferedPullConfiguration
Sets the value of a property.
setProperty(String, Object) - Method in class org.cyberneko.pull.util.EventCollector
Set property.
setProperty(String, Object) - Method in interface org.cyberneko.pull.XMLPullParser
Sets the value of a property.
setPublicId(String) - Method in class org.cyberneko.pull.util.EventDispatcher.ResourceIdentifierProxy
Sets the public identifier.
size() - Method in class org.cyberneko.pull.util.EventQueue
Returns the size of the queue.
standalone - Variable in class org.cyberneko.pull.event.TextDeclEvent
The value of the "standalone" pseudo-attribute.
start - Variable in class org.cyberneko.pull.event.BoundedEvent
True if this is the start of the boundary.
startCDATA(Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The start of a CDATA section.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Start document.
startDocument(XMLLocator, String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The start of the document.
startElement(QName, XMLAttributes, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The start of an element.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
This method notifies the start of a general entity.
startPrefixMapping(String, String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
The start of a namespace prefix mapping.
string(XMLString, boolean) - Method in class org.cyberneko.pull.util.EventCollector
Returns a copy of the specified string.
sysid - Variable in class org.cyberneko.pull.event.DoctypeDeclEvent
The system identifier of the external subset.

T

target - Variable in class org.cyberneko.pull.event.ProcessingInstructionEvent
The target.
text - Variable in class org.cyberneko.pull.event.CharactersEvent
The text content.
text - Variable in class org.cyberneko.pull.event.CommentEvent
The text content.
TEXT_DECL - Static variable in class org.cyberneko.pull.XMLEvent
Event type: text declaration.
textDecl(String, String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Notifies of the presence of a TextDecl line in an entity.
TextDeclEvent - Class in org.cyberneko.pull.event
An XMLDecl or TextDecl event.
TextDeclEvent() - Constructor for class org.cyberneko.pull.event.TextDeclEvent
Default constructor.
toString() - Method in class org.cyberneko.pull.util.EventQueue
Returns a String representation of this object.
type - Variable in class org.cyberneko.pull.XMLEvent
Event type.

U

uri - Variable in class org.cyberneko.pull.event.PrefixMappingEvent
The URI bound to the prefix.

V

version - Variable in class org.cyberneko.pull.event.TextDeclEvent
The value of the "version" pseudo-attribute.

X

Xerces2 - Class in org.cyberneko.pull.parsers
An implementation of a pull parser that can use any standard XNI parser configuration as a driver.
Xerces2() - Constructor for class org.cyberneko.pull.parsers.Xerces2
Constructs a pull parser with the standard configuration.
Xerces2(XMLPullParserConfiguration) - Constructor for class org.cyberneko.pull.parsers.Xerces2
Constructs a pull parser with the specified configuration.
xmldecl - Variable in class org.cyberneko.pull.event.TextDeclEvent
True if this event is used for XMLDecl; false if used for TextDecl.
xmlDecl(String, String, String, Augmentations) - Method in class org.cyberneko.pull.util.EventCollector
Notifies of the presence of an XMLDecl line in the document.
XMLEvent - Class in org.cyberneko.pull
The base XML event class.
XMLEvent(short) - Constructor for class org.cyberneko.pull.XMLEvent
Constructs an XML event with the specified type.
XMLEventIterator - Interface in org.cyberneko.pull
An interface for iterating XML events.
XMLPullParser - Interface in org.cyberneko.pull
This interface defines an XML pull parser built on top of the Xerces Native Interface (XNI).

A B C D E F G H I L N O P R S T U V X

(C) Copyright 2002-2004, Andy Clark. All rights reserved.