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

A

AbstractCharactersEvent - class javanet.staxutils.events.AbstractCharactersEvent.
Abstract base class for various Characters implementations.
AbstractCharactersEvent(String) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(String, Location) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractCharactersEvent(Characters) - Constructor for class javanet.staxutils.events.AbstractCharactersEvent
 
AbstractXMLEvent - class javanet.staxutils.events.AbstractXMLEvent.
Abstract base class for XMLEvent implementations.
AbstractXMLEvent() - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(Location) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(Location, QName) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AbstractXMLEvent(XMLEvent) - Constructor for class javanet.staxutils.events.AbstractXMLEvent
 
AttributeEvent - class javanet.staxutils.events.AttributeEvent.
Attribute event implementation.
AttributeEvent(QName, String) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs an AttributeEvent with the specified name and value.
AttributeEvent(QName, String, boolean) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Location) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Location, QName) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, boolean, String, Location, QName) - Constructor for class javanet.staxutils.events.AttributeEvent
Constructs a new AttributeEvent.
AttributeEvent(QName, String, Attribute) - Constructor for class javanet.staxutils.events.AttributeEvent
Copy constructor that optionally allows the name and/or value to be changed.
AttributeEvent(Attribute) - Constructor for class javanet.staxutils.events.AttributeEvent
Copy constructor.
add(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
 
add(XMLEventReader) - Method in class javanet.staxutils.BaseXMLEventWriter
 
add(XMLEvent) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
add(XMLEvent) - Method in class javanet.staxutils.XMLEventConsumerDelegate
 
add(XMLEvent) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
add(XMLEventReader) - Method in class javanet.staxutils.helpers.EventWriterDelegate
Add events from the given reader, one by one.
add(XMLEvent) - Method in class javanet.staxutils.helpers.ListEventConsumer
Adds the event to the internal list.
addCData(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a CDATA Characters event.
addComment(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a Comment event.
addDTD(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a DTD event.
addEndDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndDocument event.
addEndElement(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(String, String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(QName) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addEndElement(QName, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an EndElement event.
addIgnorableSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds an ignorable space Characters event.
addSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a whitespace Characters event.
addStartDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartDocument(String, String, boolean) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartDocument event.
addStartElement(String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(QName, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addStartElement(QName, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a StartElement event.
addText(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Creates and adds a Characters event.
addTextElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a simple text element with no attributes or namespace declarations.
addTextElement(QName, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a simple text element with no attributes or namespace declarations.
addTextElement(String, boolean, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a boolean text element with no attributes or namespace declarations.
addTextElement(QName, boolean, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a boolean text element with no attributes or namespace declarations.
addTextElement(String, int, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, int, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, long, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, long, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, float, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, float, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, double, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, double, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(String, Number, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
addTextElement(QName, Number, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Adds a text element with no attributes or namespace declarations.
afterData() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that data were written.
afterData() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that data were written.
afterEndDocument() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that a document was ended.
afterEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that a document was ended.
afterEndElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that an element was ended.
afterEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that an element was ended.
afterMarkup() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that markup or indentation was written.
afterMarkup() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that markup or indentation was written.
afterStartElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Note that an element was started.
afterStartElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Note that an element was started.
allocate(XMLStreamReader, XMLEventConsumer) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocate(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
Delegates allocation to the appropriate allocateXXX method.
allocateAttributes(Location, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateCData(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateCData(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateCharacters(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateCharacters(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateComment(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateComment(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateDTD(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateDTD(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEndDocument(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEndDocument(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEndElement(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEndElement(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEntityReference(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateEntityReference(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateEvent() - Method in class javanet.staxutils.XMLStreamEventReader
Reads the next event from the underlying reader.
allocateIgnorableSpace(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateIgnorableSpace(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateNamespaces(Location, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateProcessingInstruction(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateProcessingInstruction(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateStartDocument(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateStartDocument(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
allocateStartElement(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
allocateStartElement(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
appendPath(StringBuffer) - Method in class javanet.staxutils.helpers.ElementContext
Appends the current context path to a StringBuffer.
asCharacters() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
asEndElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
asStartElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
attrBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
LinkedHashMap of attribute events sent surrounding the last StartElement.
attributeCount() - Method in class javanet.staxutils.helpers.ElementContext
Returns the number of attributes defined in this context.
attributeExists(QName) - Method in class javanet.staxutils.helpers.ElementContext
Determines if an attribute with the specified name exists in this context.
attributeNames() - Method in class javanet.staxutils.helpers.ElementContext
Returns an Iterator over the names of all attributes defined in this context.
attributeValue(XMLStreamReader, String) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the value of the attribute with the given non-qualified name.
attributeValue(XMLStreamReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the value of the attribute with the given name.
attributes - Variable in class javanet.staxutils.events.StartElementEvent
The element attributes.

B

BaseXMLEventAllocator - class javanet.staxutils.events.BaseXMLEventAllocator.
Abstract base class for XMLEventAllocator implementations.
BaseXMLEventAllocator() - Constructor for class javanet.staxutils.events.BaseXMLEventAllocator
 
BaseXMLEventFactory - class javanet.staxutils.events.BaseXMLEventFactory.
Abstract base class for XMLEventFactory implementations.
BaseXMLEventFactory() - Constructor for class javanet.staxutils.events.BaseXMLEventFactory
 
BaseXMLEventReader - class javanet.staxutils.BaseXMLEventReader.
Abstract base class for XMLEventReader implementations.
BaseXMLEventReader() - Constructor for class javanet.staxutils.BaseXMLEventReader
 
BaseXMLEventWriter - class javanet.staxutils.BaseXMLEventWriter.
Base class for XMLEventWriter implementations.
BaseXMLEventWriter() - Constructor for class javanet.staxutils.BaseXMLEventWriter
 
BaseXMLEventWriter(XMLEventFactory, NamespaceContext) - Constructor for class javanet.staxutils.BaseXMLEventWriter
 
BaseXMLInputFactory - class javanet.staxutils.BaseXMLInputFactory.
 
BaseXMLInputFactory() - Constructor for class javanet.staxutils.BaseXMLInputFactory
 
BaseXMLOutputFactory - class javanet.staxutils.BaseXMLOutputFactory.
Base XMLOutputFactory that provides common event functionality.
BaseXMLOutputFactory() - Constructor for class javanet.staxutils.BaseXMLOutputFactory
 
BaseXMLStreamReader - class javanet.staxutils.BaseXMLStreamReader.
Abstract base class for XMLStreamReader implementations.
BaseXMLStreamReader() - Constructor for class javanet.staxutils.BaseXMLStreamReader
 
BaseXMLStreamReader(String, String) - Constructor for class javanet.staxutils.BaseXMLStreamReader
 
baseURI - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The entity base URI, or null if this isn't an external entity
beforeEndElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to end an element, by writing a new line and indentation.
beforeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to end an element, by writing a new line and indentation.
beforeMarkup() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to write markup, by writing a new line and indentation.
beforeMarkup() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to write markup, by writing a new line and indentation.
beforeStartElement() - Method in class javanet.staxutils.IndentingXMLEventWriter
Prepare to start an element, by allocating stack space.
beforeStartElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
Prepare to start an element, by allocating stack space.
bridge() - Method in interface javanet.staxutils.StAXReaderToContentHandler
Perform the conversion from StAX events to SAX events.
bridge() - Method in class javanet.staxutils.XMLEventReaderToContentHandler
 
bridge() - Method in class javanet.staxutils.XMLStreamReaderToContentHandler
 

C

CDATABuffer - Variable in class javanet.staxutils.StAXContentHandler
Buffer containing text read within the current CDATA section.
CDataEvent - class javanet.staxutils.events.CDataEvent.
CData Characters event implementation.
CDataEvent(String) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(String, Location) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.CDataEvent
 
CDataEvent(Characters) - Constructor for class javanet.staxutils.events.CDataEvent
 
CharactersEvent - class javanet.staxutils.events.CharactersEvent.
Non-ignorable Characters event implementation.
CharactersEvent(String) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(String, Location) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CharactersEvent(Characters) - Constructor for class javanet.staxutils.events.CharactersEvent
 
CommentEvent - class javanet.staxutils.events.CommentEvent.
Comment event implementation.
CommentEvent(String) - Constructor for class javanet.staxutils.events.CommentEvent
 
CommentEvent(String, Location) - Constructor for class javanet.staxutils.events.CommentEvent
 
CommentEvent(Comment) - Constructor for class javanet.staxutils.events.CommentEvent
Copy constructor.
ContentHandlerToXMLEventWriter - class javanet.staxutils.ContentHandlerToXMLEventWriter.
This is a simple utility class that adapts SAX events into StAX XMLEventWriter events, bridging between the two parser technologies.
ContentHandlerToXMLEventWriter(XMLEventWriter) - Constructor for class javanet.staxutils.ContentHandlerToXMLEventWriter
 
ContentHandlerToXMLStreamWriter - class javanet.staxutils.ContentHandlerToXMLStreamWriter.
This is a simple utility class that adapts SAX events into StAX XMLStreamWriter events, bridging between the two parser technologies.
ContentHandlerToXMLStreamWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
cacheAttribute(Attribute) - Method in class javanet.staxutils.BaseXMLEventWriter
Adds the specified Attribute to the attribute cache.
cacheNamespace(Namespace) - Method in class javanet.staxutils.BaseXMLEventWriter
Adds the provided Namespace event to the namespace cache.
characters(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
characters(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXContentHandler
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
characters(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
clone() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
close() - Method in class javanet.staxutils.BaseXMLEventReader
 
close() - Method in class javanet.staxutils.BaseXMLEventWriter
 
close() - Method in class javanet.staxutils.XMLEventStreamWriter
 
close() - Method in class javanet.staxutils.XMLStreamEventReader
 
close() - Method in class javanet.staxutils.XMLStreamEventWriter
 
close() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
close() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
close() - Method in class javanet.staxutils.io.StAXStreamWriter
 
closeElementContext() - Method in class javanet.staxutils.io.StAXStreamWriter
Closes the current ElementContext, writing any cached content and making it read-only.
closed - Variable in class javanet.staxutils.BaseXMLEventReader
Whether we've been closed or not.
closed - Variable in class javanet.staxutils.BaseXMLEventWriter
Whether this writer has been closed or not.
comment(char[], int, int) - Method in class javanet.staxutils.StAXContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
comment(char[], int, int) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
copy(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLEventReader, XMLEventWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLStreamReader, XMLStreamWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(XMLStreamReader, XMLStreamWriter, XMLInputFactory) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from the specified source stream to the provided result stream.
copy(Source, XMLStreamWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a TrAX Source to a StAX XMLStreamWriter.
copy(Source, XMLEventWriter) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a TrAX Source to a StAX XMLEventWriter.
copy(XMLEventReader, Result) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a StAX XMLEventReader to a TrAX Result.
copy(XMLStreamReader, Result) - Static method in class javanet.staxutils.XMLStreamUtils
Copies the content read from a StAX XMLStreamReader to a TrAX Result.
copyElement(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies an element and all its content from the provided event reader, to the provided event consumer.
copyElementContent(XMLEventReader, XMLEventConsumer) - Static method in class javanet.staxutils.XMLStreamUtils
Copies all events within a StartElement until the matching EndElement is reached.
createAttribute(QName, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(String, String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(QName, String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createAttribute(QName, String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createCData(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCData(String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCData(String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createCharacters(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCharacters(String, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createCharacters(String, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createComment(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createComment(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createComment(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createDTD(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createDTD(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createDTD(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createEndDocument() - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndDocument(Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndDocument(Location) - Method in class javanet.staxutils.events.EventFactory
 
createEndElement(QName, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(String, String, String, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(QName, Iterator, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEndElement(QName, Iterator, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createEntityReference(String, EntityDeclaration) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEntityReference(String, EntityDeclaration, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createEntityReference(String, EntityDeclaration, Location) - Method in class javanet.staxutils.events.EventFactory
 
createFilteredReader(XMLEventReader, EventFilter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createIgnorableSpace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createIgnorableSpace(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createIgnorableSpace(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createNamespace(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
createNamespace(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String, String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createNamespace(String, String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createProcessingInstruction(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createProcessingInstruction(String, String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createProcessingInstruction(String, String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createSpace(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createSpace(String, Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createSpace(String, Location) - Method in class javanet.staxutils.events.EventFactory
 
createStableLocation(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
createStableLocation(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
createStableNamespaceContext(XMLStreamReader) - Method in class javanet.staxutils.events.BaseXMLEventAllocator
 
createStableNamespaceContext(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
createStartDocument() - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, boolean) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, Boolean, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartDocument(String, String, Boolean, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createStartElement(QName, Iterator, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(String, String, String) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
createStartElement(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Method in class javanet.staxutils.events.EventFactory
 
createStartEvents(Attributes, Collection[]) - Method in class javanet.staxutils.StAXEventContentHandler
Creates the Namespaceand Attributeevents associated with a StartElement.
createXMLEventReader(InputStream, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(Source) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventReader(String, Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(XMLStreamWriter) - Method in class javanet.staxutils.BaseXMLOutputFactory
Creates an XMLEventWriter that writes to the provided XMLStreamWriter.
createXMLEventWriter(Writer) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLEventWriter(Result) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(Writer) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamReader(InputStream, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Source) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, Reader) - Method in class javanet.staxutils.BaseXMLInputFactory
 
createXMLStreamReader(String, Reader, String) - Method in class javanet.staxutils.BaseXMLInputFactory
Called by all other methods to construct an XMLStreamReader.
createXMLStreamWriter(OutputStream, String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(Result) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class javanet.staxutils.OutputFactory
 
createXMLStreamWriter(Result) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(Writer) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(OutputStream) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 

D

DEFAULT_ENCODING - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default encoding returned by StartDocumentEvent.getCharacterEncodingScheme().
DEFAULT_INDENT - Static variable in interface javanet.staxutils.Indentation
Two spaces; the default indentation.
DEFAULT_NS_DECL - Static variable in class javanet.staxutils.events.NamespaceEvent
 
DEFAULT_SYSTEM_ID - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default system id returned by StartDocumentEvent.getSystemId().
DEFAULT_VERSION - Static variable in class javanet.staxutils.events.StartDocumentEvent
Default XML version returned by StartDocumentEvent.getVersion().
DTDEvent - class javanet.staxutils.events.DTDEvent.
DTD event implementation.
DTDEvent(String, Location) - Constructor for class javanet.staxutils.events.DTDEvent
 
DTDEvent(String, List, List, Location) - Constructor for class javanet.staxutils.events.DTDEvent
 
DTDEvent(DTD) - Constructor for class javanet.staxutils.events.DTDEvent
Copy constructor.
DummyLocator - class javanet.staxutils.DummyLocator.
A dummy locator that returns -1 and null from all methods to indicate that location info is not available.
DummyLocator() - Constructor for class javanet.staxutils.DummyLocator
 
data - Variable in class javanet.staxutils.events.AbstractCharactersEvent
Character content.
data - Variable in class javanet.staxutils.events.ProcessingInstructionEvent
The instruction data.
declaration - Variable in class javanet.staxutils.events.DTDEvent
The full DTD declaration.
declaration - Variable in class javanet.staxutils.events.EntityReferenceEvent
The referenced entity declaration.
determineAttributeSchemaType(XMLStreamReader, int) - Method in class javanet.staxutils.events.EventAllocator
 
determineEntityDeclaration(String, XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
determineSchemaType(XMLStreamReader) - Method in class javanet.staxutils.events.EventAllocator
 
docLocator - Variable in class javanet.staxutils.StAXContentHandler
The SAX Locatorprovided to the handler.

E

ElementContext - class javanet.staxutils.helpers.ElementContext.
Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.
ElementContext(QName) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and no enclosing context.
ElementContext(QName, boolean) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and empty value, and no enclosing context.
ElementContext(QName, NamespaceContext) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and namespace context.
ElementContext(QName, ElementContext) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and enclosing context.
ElementContext(QName, ElementContext, boolean) - Constructor for class javanet.staxutils.helpers.ElementContext
Constructs a new ElementContext with the provided name and enclosing context.
EmptyNamespaceContext - class javanet.staxutils.EmptyNamespaceContext.
ExtendedNamespaceContext that contains no namespaces.
EmptyNamespaceContext() - Constructor for class javanet.staxutils.EmptyNamespaceContext
 
EndDocumentEvent - class javanet.staxutils.events.EndDocumentEvent.
EndDocument event implementation.
EndDocumentEvent() - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(Location) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(Location, QName) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndDocumentEvent(EndDocument) - Constructor for class javanet.staxutils.events.EndDocumentEvent
 
EndElementEvent - class javanet.staxutils.events.EndElementEvent.
EndElement event implementation.
EndElementEvent(QName, Iterator) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(QName, Iterator, Location) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(QName, Iterator, Location, QName) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EndElementEvent(EndElement) - Constructor for class javanet.staxutils.events.EndElementEvent
 
EntityDeclarationEvent - class javanet.staxutils.events.EntityDeclarationEvent.
EntityDeclaration event implementation.
EntityDeclarationEvent(String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(String, String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(String, String, String, String, String, Location) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityDeclarationEvent(EntityDeclaration) - Constructor for class javanet.staxutils.events.EntityDeclarationEvent
 
EntityReferenceEvent - class javanet.staxutils.events.EntityReferenceEvent.
EntityReference event implementation.
EntityReferenceEvent(String, EntityDeclaration) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityReferenceEvent(String, EntityDeclaration, Location) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EntityReferenceEvent(EntityReference) - Constructor for class javanet.staxutils.events.EntityReferenceEvent
 
EventAllocator - class javanet.staxutils.events.EventAllocator.
Allocates events within this package.
EventAllocator() - Constructor for class javanet.staxutils.events.EventAllocator
 
EventFactory - class javanet.staxutils.events.EventFactory.
Factory for events within this package.
EventFactory() - Constructor for class javanet.staxutils.events.EventFactory
 
EventMatcher - class javanet.staxutils.helpers.EventMatcher.
Provides utility methods useful for comparing two XMLEvent instances.
EventWriterDelegate - class javanet.staxutils.helpers.EventWriterDelegate.
Abstract class for implementing XML filters.
EventWriterDelegate(XMLEventWriter) - Constructor for class javanet.staxutils.helpers.EventWriterDelegate
 
ExtendedLocation - interface javanet.staxutils.ExtendedLocation.
Extended the Location interface that exposes nested Locations.
ExtendedNamespaceContext - interface javanet.staxutils.ExtendedNamespaceContext.
Extended namespace context interface that allows the context tree to be navigated and to list all known prefixes.
ExtendedXMLEvent - interface javanet.staxutils.events.ExtendedXMLEvent.
Extended XMLEvent interface that provides additional functionality.
encoding - Variable in class javanet.staxutils.BaseXMLStreamReader
The stream encoding.
encoding - Variable in class javanet.staxutils.events.StartDocumentEvent
The document encoding, or null if none was specified.
encodingSet() - Method in class javanet.staxutils.events.StartDocumentEvent
 
endCDATA() - Method in class javanet.staxutils.StAXContentHandler
 
endCDATA() - Method in class javanet.staxutils.StAXEventContentHandler
 
endCDATA() - Method in class javanet.staxutils.StAXStreamContentHandler
 
endCDATA() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endDTD() - Method in class javanet.staxutils.StAXContentHandler
 
endDTD() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endDocument() - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endDocument() - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endDocument() - Method in class javanet.staxutils.StAXContentHandler
 
endDocument() - Method in class javanet.staxutils.StAXEventContentHandler
 
endDocument() - Method in class javanet.staxutils.StAXStreamContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endElement(String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
endElement(String, String, String) - Method in class javanet.staxutils.StAXStreamContentHandler
 
endEntity(String) - Method in class javanet.staxutils.StAXContentHandler
 
endEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
endPrefixMapping(String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
endPrefixMapping(String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
endPrefixMapping(String) - Method in class javanet.staxutils.StAXContentHandler
 
entities - Variable in class javanet.staxutils.events.DTDEvent
The list of EntityDeclarations.
equals(Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
equals(Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
equals(Object, Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
error(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
eventAllocator - Variable in class javanet.staxutils.BaseXMLInputFactory
 
eventsMatch(XMLEvent, XMLEvent) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two XMLEvent instances.
eventsMatch(Attribute, Attribute) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Attributes, returning true if their names and values are the same.
eventsMatch(Characters, Characters) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Characterss.
eventsMatch(Comment, Comment) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Comments.
eventsMatch(DTD, DTD) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two DTDs.
eventsMatch(EndDocument, EndDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EndDocuments.
eventsMatch(EndElement, EndElement) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EndElements.
eventsMatch(EntityDeclaration, EntityDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EntityDeclarations.
eventsMatch(EntityReference, EntityReference) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two EntityReferences.
eventsMatch(Namespace, Namespace) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two Namespaces.
eventsMatch(NotationDeclaration, NotationDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two NotationDeclarations.
eventsMatch(ProcessingInstruction, ProcessingInstruction) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two ProcessingInstructions.
eventsMatch(StartDocument, StartDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two StartDocuments.
eventsMatch(StartElement, StartElement) - Static method in class javanet.staxutils.helpers.EventMatcher
Compares two StartElements.

F

FilterXMLOutputFactory - class javanet.staxutils.helpers.FilterXMLOutputFactory.
An output factory that transforms each writer from a contained factory.
FilterXMLOutputFactory() - Constructor for class javanet.staxutils.helpers.FilterXMLOutputFactory
 
FilterXMLOutputFactory(XMLOutputFactory) - Constructor for class javanet.staxutils.helpers.FilterXMLOutputFactory
 
factory - Variable in class javanet.staxutils.BaseXMLEventWriter
XMLEventFactory used to construct XMLEvent instances.
fatalError(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
filter(XMLEventWriter) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
filter(XMLStreamWriter) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
filter(XMLEventWriter) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Transform the given writer.
filter(XMLStreamWriter) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
flush() - Method in class javanet.staxutils.BaseXMLEventWriter
 
flush() - Method in class javanet.staxutils.XMLEventStreamWriter
 
flush() - Method in class javanet.staxutils.XMLStreamEventWriter
 
flush() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
flush() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
flush() - Method in class javanet.staxutils.io.StAXStreamWriter
 
flush() - Method in class javanet.staxutils.io.StreamEventWriter
 

G

getAttribute(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the value of the idxth attribute defined on the context.
getAttribute(QName) - Method in class javanet.staxutils.helpers.ElementContext
Returns the value of a named attribute.
getAttributeByName(QName) - Method in class javanet.staxutils.events.StartElementEvent
 
getAttributeLocalName(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributeName(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the name of the idxth attribute defined on the context.
getAttributeNamespace(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributePrefix(int) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getAttributes() - Method in class javanet.staxutils.events.StartElementEvent
 
getBaseURI() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getCharacterEncodingScheme() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getCharacterOffset() - Method in class javanet.staxutils.SimpleLocation
 
getCharacterOffset() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getColumnNumber() - Method in class javanet.staxutils.DummyLocator
Return the column number where the current document event ends.
getColumnNumber() - Method in class javanet.staxutils.SimpleLocation
 
getColumnNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getConsumer() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Returns a reference to the underlying XMLEventConsumer to which events are added.
getCurrentLocation() - Method in class javanet.staxutils.StAXContentHandler
Calculates the STAX Locationfrom the SAX Locator registered with this handler.
getCurrentPath() - Method in class javanet.staxutils.io.StAXStreamWriter
Returns the current position of the writer as a path of QName strings.
getDTDType() - Method in class javanet.staxutils.events.AttributeEvent
 
getData() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
getData() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
 
getDeclaration() - Method in class javanet.staxutils.events.EntityReferenceEvent
 
getDeclaredPrefixCount() - Method in class javanet.staxutils.SimpleNamespaceContext
Returns the number of namespace prefixes declared in this context.
getDeclaredPrefixes() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getDeclaredPrefixes() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns an Iterator of all namespace prefixes declared within this context, irrespective of any ancestor contexts.
getDeclaredPrefixes() - Method in class javanet.staxutils.SimpleNamespaceContext
 
getDepth() - Method in class javanet.staxutils.helpers.ElementContext
Determines the number of enclosing contexts.
getDocumentTypeDeclaration() - Method in class javanet.staxutils.events.DTDEvent
 
getElementText() - Method in class javanet.staxutils.BaseXMLEventReader
 
getElementText() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getElementText() - Method in class javanet.staxutils.XMLStreamEventReader
 
getEncoding() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getEntities() - Method in class javanet.staxutils.events.DTDEvent
 
getEventAllocator() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getEventConsumer() - Method in class javanet.staxutils.StAXEventContentHandler
Returns a reference to the XMLEventConsumer to which events will be written.
getEventFactory() - Method in class javanet.staxutils.StAXEventContentHandler
Returns a reference to the XMLEventFactory used to construct events.
getEventFactory() - Method in class javanet.staxutils.XMLEventConsumerDelegate
Returns a reference to the XMLEventFactory used to construct events.
getEventType() - Method in class javanet.staxutils.events.AttributeEvent
Returns XMLStreamConstants.ATTRIBUTE.
getEventType() - Method in class javanet.staxutils.events.CDataEvent
Returns XMLStreamConstants.CDATA.
getEventType() - Method in class javanet.staxutils.events.CharactersEvent
Returns XMLStreamConstants.CHARACTERS.
getEventType() - Method in class javanet.staxutils.events.CommentEvent
Returns XMLStreamConstants.COMMENT.
getEventType() - Method in class javanet.staxutils.events.DTDEvent
Returns XMLStreamConstants.DTD.
getEventType() - Method in class javanet.staxutils.events.EndDocumentEvent
Returns XMLStreamConstants.END_DOCUMENT.
getEventType() - Method in class javanet.staxutils.events.EndElementEvent
Returns XMLStreamConstants.END_ELEMENT.
getEventType() - Method in class javanet.staxutils.events.EntityDeclarationEvent
Returns XMLStreamConstants.ENTITY_DECLARATION.
getEventType() - Method in class javanet.staxutils.events.EntityReferenceEvent
Returns XMLStreamConstants.ENTITY_REFERENCE.
getEventType() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
Returns XMLStreamConstants.SPACE.
getEventType() - Method in class javanet.staxutils.events.NamespaceEvent
Returns XMLStreamConstants.NAMESPACE.
getEventType() - Method in class javanet.staxutils.events.NotationDeclarationEvent
Returns XMLStreamConstants.NOTATION_DECLARATION.
getEventType() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
Returns XMLStreamConstants.PROCESSING_INSTRUCTION.
getEventType() - Method in class javanet.staxutils.events.StartDocumentEvent
Returns XMLStreamConstants.START_DOCUMENT.
getEventType() - Method in class javanet.staxutils.events.StartElementEvent
Returns XMLStreamConstants.START_ELEMENT.
getEventTypeName() - Method in class javanet.staxutils.BaseXMLStreamReader
Returns the name of the current event type.
getEventTypeName(int) - Static method in class javanet.staxutils.XMLStreamUtils
Returns the name of the specified stream event constant.
getEvents() - Method in class javanet.staxutils.helpers.ListEventConsumer
Returns the List of events added to this consumer.
getIndent() - Method in interface javanet.staxutils.Indentation
The characters used for one level of indentation.
getIndent() - Method in class javanet.staxutils.IndentingXMLEventWriter
 
getIndent() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
getInstance() - Static method in class javanet.staxutils.EmptyNamespaceContext
 
getLexicalHandler() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
Get the lexical event handler.
getLineNumber() - Method in class javanet.staxutils.DummyLocator
Return the line number where the current document event ends.
getLineNumber() - Method in class javanet.staxutils.SimpleLocation
 
getLineNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLEventWriter
 
getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLStreamWriter
 
getLocation() - Method in class javanet.staxutils.error.IllegalStreamStateException
Returns the Location where the error occured.
getLocation() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
getName() - Method in class javanet.staxutils.events.AttributeEvent
 
getName() - Method in class javanet.staxutils.events.EndElementEvent
 
getName() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getName() - Method in class javanet.staxutils.events.EntityReferenceEvent
 
getName() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getName() - Method in class javanet.staxutils.events.StartElementEvent
 
getName() - Method in class javanet.staxutils.helpers.ElementContext
Returns the qualified name associated with the context.
getNamespaceContext() - Method in class javanet.staxutils.BaseXMLEventWriter
 
getNamespaceContext() - Method in class javanet.staxutils.XMLEventStreamWriter
 
getNamespaceContext() - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceContext() - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
getNamespaceContext() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getNamespaceContext() - Method in class javanet.staxutils.io.StAXStreamWriter
 
getNamespacePrefix(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the prefix of the idxth namespace declaration defined in this context.
getNamespacePrefixes() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
getNamespaceURI(String) - Method in class javanet.staxutils.BaseXMLStreamReader
 
getNamespaceURI() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getNamespaceURI(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getNamespaceURI(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getNamespaceURI(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getNamespaceURI() - Method in class javanet.staxutils.events.NamespaceEvent
 
getNamespaceURI(String) - Method in class javanet.staxutils.events.StartElementEvent
 
getNamespaceURI(int) - Method in class javanet.staxutils.helpers.ElementContext
Returns the URI of the idxth namespace declaration defined in this context.
getNamespaces() - Method in class javanet.staxutils.events.EndElementEvent
 
getNamespaces() - Method in class javanet.staxutils.events.StartElementEvent
 
getNestedLocation() - Method in interface javanet.staxutils.ExtendedLocation
Returns a nested Location.
getNestedLocation() - Method in class javanet.staxutils.SimpleLocation
 
getNewLine() - Method in interface javanet.staxutils.Indentation
The characters that introduce a new line.
getNewLine() - Method in class javanet.staxutils.IndentingXMLEventWriter
 
getNewLine() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
getNotationName() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getNotations() - Method in class javanet.staxutils.events.DTDEvent
 
getParent() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getParent() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns a reference to the parent of this context.
getParent() - Method in class javanet.staxutils.SimpleNamespaceContext
Returns a reference to the parent of this context.
getParentContext() - Method in class javanet.staxutils.helpers.ElementContext
Returns a reference to the enclosing ElementContext.
getPath() - Method in class javanet.staxutils.helpers.ElementContext
Returns the current context path.
getPrefix(String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
getPrefix() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getPrefix(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefix(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getPrefix(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrefix(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
getPrefix() - Method in class javanet.staxutils.events.NamespaceEvent
 
getPrefix(String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
getPrefix(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getPrefix(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
getPrefixes(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefixes() - Method in class javanet.staxutils.EmptyNamespaceContext
 
getPrefixes() - Method in interface javanet.staxutils.ExtendedNamespaceContext
Returns an Iterator of all namespace prefixes in scope within this context, including those inherited from ancestor contexts.
getPrefixes(String) - Method in class javanet.staxutils.NamespaceContextAdapter
 
getPrefixes() - Method in class javanet.staxutils.SimpleNamespaceContext
 
getPrefixes(String) - Method in class javanet.staxutils.SimpleNamespaceContext
 
getProcessedDTD() - Method in class javanet.staxutils.events.DTDEvent
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLEventReader
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
getProperty(String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
getProperty(String) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
getProperty(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
getProperty(String) - Method in class javanet.staxutils.XMLStreamEventReader
No properties are supported, so this always throws IllegalArgumentException.
getProperty(String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
getProperty(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
getProperty(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
getPublicId() - Method in class javanet.staxutils.DummyLocator
Return the public identifier for the current document event.
getPublicId() - Method in class javanet.staxutils.SimpleLocation
 
getPublicId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getPublicId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getPublicId() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getReadEnd() - Method in class javanet.staxutils.XMLEventPipe
Returns the read end of the pipe, from which events written to the write end of the pipe will be available.
getReplacementText() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getSchemaType() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
getStableLocation() - Method in class javanet.staxutils.BaseXMLStreamReader
Constructs a new, stable Location from the current stream location.
getStreamWriter() - Method in class javanet.staxutils.StAXStreamContentHandler
Returns a reference to the XMLStreamWriterto which SAX events are written.
getSystemId() - Method in class javanet.staxutils.BaseXMLStreamReader
 
getSystemId() - Method in class javanet.staxutils.DummyLocator
Return the system identifier for the current document event.
getSystemId() - Method in class javanet.staxutils.SimpleLocation
 
getSystemId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
 
getSystemId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
 
getSystemId() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getSystemId() - Method in class javanet.staxutils.helpers.UnknownLocation
 
getTarget() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
 
getText() - Method in class javanet.staxutils.events.CommentEvent
 
getValue() - Method in class javanet.staxutils.events.AttributeEvent
 
getVersion() - Method in class javanet.staxutils.events.StartDocumentEvent
 
getWriteEnd() - Method in class javanet.staxutils.XMLEventPipe
Returns the write end of the pipe, whose events will be available from the read end of this pipe.
getXMLReporter() - Method in class javanet.staxutils.BaseXMLInputFactory
 
getXMLResolver() - Method in class javanet.staxutils.BaseXMLInputFactory
 

H

hasName() - Method in class javanet.staxutils.BaseXMLStreamReader
 
hasNext() - Method in class javanet.staxutils.XMLStreamEventReader
 
hasNext() - Method in class javanet.staxutils.helpers.ListEventReader
 
hasText() - Method in class javanet.staxutils.BaseXMLStreamReader
 
hashCode() - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
hashCode() - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
hashCode(Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
 

I

INDENT - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A String property whose value indents one level.
INDENTING - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A Boolean property controlling whether to indent output.
INSTANCE - Static variable in class javanet.staxutils.EmptyNamespaceContext
 
INSTANCE - Static variable in class javanet.staxutils.helpers.UnknownLocation
 
IgnorableSpaceEvent - class javanet.staxutils.events.IgnorableSpaceEvent.
Ignorable Characters event implementation.
IgnorableSpaceEvent(String) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(String, Location) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(String, Location, QName) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IgnorableSpaceEvent(Characters) - Constructor for class javanet.staxutils.events.IgnorableSpaceEvent
 
IllegalStreamStateException - exception javanet.staxutils.error.IllegalStreamStateException.
IllegalStateException that includes a StAX Location identifying the point where the error occured.
IllegalStreamStateException() - Constructor for class javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(Location) - Constructor for class javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(String) - Constructor for class javanet.staxutils.error.IllegalStreamStateException
 
IllegalStreamStateException(String, Location) - Constructor for class javanet.staxutils.error.IllegalStreamStateException
 
Indentation - interface javanet.staxutils.Indentation.
Characters that represent line breaks and indentation.
IndentingXMLEventWriter - class javanet.staxutils.IndentingXMLEventWriter.
A filter that indents an XML stream.
IndentingXMLEventWriter(XMLEventWriter) - Constructor for class javanet.staxutils.IndentingXMLEventWriter
 
IndentingXMLStreamWriter - class javanet.staxutils.IndentingXMLStreamWriter.
A filter that indents an XML stream.
IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.IndentingXMLStreamWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.StAXEventContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class javanet.staxutils.StAXStreamContentHandler
 
isAttribute() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isCDATA - Variable in class javanet.staxutils.StAXContentHandler
Whether the parser is currently within a CDATA section.
isCData() - Method in class javanet.staxutils.events.CDataEvent
 
isCData() - Method in class javanet.staxutils.events.CharactersEvent
 
isCData() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
 
isCharacters() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isCharacters() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 
isCharacters() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isDefaultNamespaceDeclaration() - Method in class javanet.staxutils.events.NamespaceEvent
 
isEmpty() - Method in class javanet.staxutils.helpers.ElementContext
Whether this context represents an emtpy element.
isEndDocument() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEndElement() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isEndElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isEntityReference() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.CDataEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.CharactersEvent
 
isIgnorableWhiteSpace() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
 
isNamespace() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isPrefixDeclared(String) - Method in class javanet.staxutils.EmptyNamespaceContext
 
isPrefixDeclared(String) - Method in interface javanet.staxutils.ExtendedNamespaceContext
Determines if the specified prefix is declared within this context, irrespective of any ancestor contexts.
isPrefixDeclared(String) - Method in class javanet.staxutils.SimpleNamespaceContext
Determines if the specified prefix is declared within this context, irrespective of any ancestor contexts.
isProcessingInstruction() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isPropertySupported(String) - Method in class javanet.staxutils.BaseXMLInputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
isPropertySupported(String) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
isReadOnly() - Method in class javanet.staxutils.helpers.ElementContext
Whether this context may be edited or not.
isRoot() - Method in class javanet.staxutils.helpers.ElementContext
Determines if this context has an enclosing context or not.
isRootContext() - Method in class javanet.staxutils.SimpleNamespaceContext
Determines if this is a root context.
isSpecified() - Method in class javanet.staxutils.events.AttributeEvent
 
isStandalone() - Method in class javanet.staxutils.events.StartDocumentEvent
 
isStartDocument() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isStartElement() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isStartElement() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
isWhiteSpace() - Method in class javanet.staxutils.BaseXMLStreamReader
 
isWhiteSpace() - Method in class javanet.staxutils.events.AbstractCharactersEvent
 

J

javanet.staxutils - package javanet.staxutils
Provides a set of utility classes that make it easy for developers to work with JSR-173: Streaming API for XML (StAX) and integrate it into their existing XML processing applications.
javanet.staxutils.error - package javanet.staxutils.error
Provides useful Exception classes and utilties for error handling and reporting.
javanet.staxutils.events - package javanet.staxutils.events
Provides common XMLEvent implementations and related classes.
javanet.staxutils.helpers - package javanet.staxutils.helpers
Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations.
javanet.staxutils.io - package javanet.staxutils.io
Utilities for reading and writing XML from various sources.

L

ListEventConsumer - class javanet.staxutils.helpers.ListEventConsumer.
XMLEventConsumer that stores all added events in a List.
ListEventConsumer() - Constructor for class javanet.staxutils.helpers.ListEventConsumer
 
ListEventConsumer(List) - Constructor for class javanet.staxutils.helpers.ListEventConsumer
Constructs an instance that adds events to the provided list.
ListEventReader - class javanet.staxutils.helpers.ListEventReader.
XMLEventReader that reads events from a List.
ListEventReader(List) - Constructor for class javanet.staxutils.helpers.ListEventReader
Constructs a ListEventReader that reads events from the provided List.
lastStart - Variable in class javanet.staxutils.BaseXMLEventWriter
Reference to the last StartElement sent.
lexicalHandler - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
 
location - Variable in class javanet.staxutils.events.AbstractXMLEvent
The event location.
location - Variable in class javanet.staxutils.events.BaseXMLEventFactory
The current location registered with the factory.

M

matchAttributes(Iterator, Iterator) - Static method in class javanet.staxutils.helpers.EventMatcher
Iterates over two sets of Attributes and determines if both contain matching attributes.
matchNamespaces(Iterator, Iterator) - Static method in class javanet.staxutils.helpers.EventMatcher
Iterates over two sets of Namespaces and determines if both contain matching namespaces.
matches(XMLEvent) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
matches(XMLEvent) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
Determines if this event matches another event, irrespective of document location.
mergeAttributes(StartElement, Iterator, XMLEventFactory) - Static method in class javanet.staxutils.XMLStreamUtils
Constructs a new StartElement that merges the attributes and namespaces found in the specified StartElement, with the provided attributes.

N

NEW_LINE - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
A String property whose value introduces a new line for indentation.
NORMAL_END_OF_LINE - Static variable in interface javanet.staxutils.Indentation
"\n"; the normalized representation of end-of-line in XML.
NamespaceContextAdapter - class javanet.staxutils.NamespaceContextAdapter.
NamespaceContext that wraps another context.
NamespaceContextAdapter() - Constructor for class javanet.staxutils.NamespaceContextAdapter
 
NamespaceContextAdapter(NamespaceContext) - Constructor for class javanet.staxutils.NamespaceContextAdapter
 
NamespaceEvent - class javanet.staxutils.events.NamespaceEvent.
Namespace event implementation.
NamespaceEvent(String, String) - Constructor for class javanet.staxutils.events.NamespaceEvent
 
NamespaceEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NamespaceEvent
 
NotationDeclarationEvent - class javanet.staxutils.events.NotationDeclarationEvent.
NotationDeclaration implementation.
NotationDeclarationEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
NotationDeclarationEvent(String, String, String, Location) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
NotationDeclarationEvent(NotationDeclaration) - Constructor for class javanet.staxutils.events.NotationDeclarationEvent
 
name - Variable in class javanet.staxutils.events.EndElementEvent
The element name.
name - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The entity name.
name - Variable in class javanet.staxutils.events.EntityReferenceEvent
The referenced entity name.
name - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The notation name.
name - Variable in class javanet.staxutils.events.StartElementEvent
The qualified element name.
namespaceCount() - Method in class javanet.staxutils.helpers.ElementContext
Determines the number of namespaces declared in this context.
namespaceCtx - Variable in class javanet.staxutils.NamespaceContextAdapter
The wrapped context.
namespaceCtx - Variable in class javanet.staxutils.events.StartElementEvent
The namespace context.
namespacePrefixes - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
 
namespaces - Variable in class javanet.staxutils.SimpleNamespaceContext
map containing bound namespaces, keyed by their prefix.
namespaces - Variable in class javanet.staxutils.StAXContentHandler
Stack used to store declared namespaces.
namespaces - Variable in class javanet.staxutils.events.EndElementEvent
A collection of Namespaces going out of scope.
namespaces - Variable in class javanet.staxutils.events.StartElementEvent
The element namespaces.
newInstance() - Method in class javanet.staxutils.events.EventAllocator
 
newSubContext(QName) - Method in class javanet.staxutils.helpers.ElementContext
Constructs a new child ElementContext with the specified name.
newSubContext(QName, boolean) - Method in class javanet.staxutils.helpers.ElementContext
Constructs a new child ElementContext with the specified name and empty value.
next() - Method in class javanet.staxutils.BaseXMLEventReader
 
next() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextElement(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the events from the provided event stream until either a start or end tag is encountered.
nextElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the events from the provided event stream until either a start or end tag is encountered.
nextEvent() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextEvent() - Method in class javanet.staxutils.helpers.ListEventReader
 
nextTag() - Method in class javanet.staxutils.BaseXMLEventReader
 
nextTag() - Method in class javanet.staxutils.BaseXMLStreamReader
 
nextTag() - Method in class javanet.staxutils.XMLStreamEventReader
 
nextTag(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Advances the event stream until it encounters a start or end tag, but does not actaully read the event.
notationName - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The optional notation name.
notations - Variable in class javanet.staxutils.events.DTDEvent
The list of NotationDeclarations.
nsBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
LinkedHashMap of namespace events sent surrounding the last StartElement.
nsStack - Variable in class javanet.staxutils.BaseXMLEventWriter
list of SimpleNamespaceContexts.

O

OutputFactory - class javanet.staxutils.OutputFactory.
XMLOutputFactory implementation based on stax-utils code base.
OutputFactory() - Constructor for class javanet.staxutils.OutputFactory
 
out - Variable in class javanet.staxutils.helpers.EventWriterDelegate
The downstream writer, to which events are delegated.
out - Variable in class javanet.staxutils.helpers.StreamWriterDelegate
 

P

ProcessingInstructionEvent - class javanet.staxutils.events.ProcessingInstructionEvent.
ProcessingInstruction event implementation.
ProcessingInstructionEvent(String, String) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(String, String, Location) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(ProcessingInstruction) - Constructor for class javanet.staxutils.events.ProcessingInstructionEvent
 
parent - Variable in class javanet.staxutils.SimpleNamespaceContext
The parent context, which may be null
parseQName(String, String[]) - Static method in class javanet.staxutils.StAXContentHandler
Parses an XML qualified name, and places the resulting prefix and local name in the provided String array.
peek() - Method in class javanet.staxutils.XMLStreamEventReader
 
peek() - Method in class javanet.staxutils.helpers.ListEventReader
 
peekNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Returns the active SimpleNamespaceContext from the top of the stack.
popNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Removes the active SimpleNamespaceContext from the top of the stack.
processingInstruction(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
processingInstruction(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
processingInstruction(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
 
processingInstruction(String, String) - Method in class javanet.staxutils.StAXStreamContentHandler
 
publicId - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The public id, or null if this isn't an external entity
publicId - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The public id of the notation
pushNamespaceStack() - Method in class javanet.staxutils.BaseXMLEventWriter
Creates a new SimpleNamespaceContext and adds it to the top of the stack.
putAttribute(QName, String) - Method in class javanet.staxutils.helpers.ElementContext
Adds an attribute to the context with the specified name and value.
putNamespace(String, String) - Method in class javanet.staxutils.helpers.ElementContext
Adds a namespace declaration to this context with the specified prefix and namespace uri.

Q

QUEUE_CAPACITY - Static variable in class javanet.staxutils.XMLEventPipe
Default maximum number of events that may be stored by this pipe until the write end blocks.

R

readTextElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Reads the text content of an element.
remove() - Method in class javanet.staxutils.BaseXMLEventReader
 
remove() - Method in class javanet.staxutils.XMLStreamEventReader
 
replacementText - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The replacement text, or null if this isn't an internal entity.
reportException(String, SAXException) - Method in class javanet.staxutils.StAXContentHandler
Used to report a SAXExceptionto the XMLReporter registered with this handler.
reporter - Variable in class javanet.staxutils.StAXContentHandler
The STAX XMLReporterregistered to receive notifications.
require(int, String, String) - Method in class javanet.staxutils.BaseXMLStreamReader
 
requireElement(XMLStreamReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Static utility method that throws an exception if the supplied reader's cursor doesn't point to a START_ELEMENT with the given name.
requireStartElement(XMLEventReader, QName) - Static method in class javanet.staxutils.XMLStreamUtils
Utility method that throws an exception if the provided reader is not positioned before a StartElement event with the specified tag name.
reset() - Method in class javanet.staxutils.helpers.ListEventConsumer
Removes all events from the internal list, making it available for reuse.

S

SimpleLocation - class javanet.staxutils.SimpleLocation.
Basic implementation of ExtendedLocation.
SimpleLocation(String, String, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(String, String, int, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(String, String, int, int, int, Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleLocation(Location) - Constructor for class javanet.staxutils.SimpleLocation
 
SimpleNamespaceContext - class javanet.staxutils.SimpleNamespaceContext.
Simple NamespaceContext implementation backed by a HashMap.
SimpleNamespaceContext() - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs a SimpleNamespaceContext with no parent context or namespace declarations.
SimpleNamespaceContext(Map) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs a SimpleNamespaceContext with no parent context that contains the specified prefixes.
SimpleNamespaceContext(NamespaceContext) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs an empty SimpleNamespaceContext with the given parent.
SimpleNamespaceContext(NamespaceContext, Map) - Constructor for class javanet.staxutils.SimpleNamespaceContext
Constructs an empty SimpleNamespaceContext with the given parent.
StAXContentHandler - class javanet.staxutils.StAXContentHandler.
Base class for SAX-to-STAX bridge classes that provides common functionality.
StAXContentHandler() - Constructor for class javanet.staxutils.StAXContentHandler
 
StAXContentHandler(XMLReporter) - Constructor for class javanet.staxutils.StAXContentHandler
 
StAXEventContentHandler - class javanet.staxutils.StAXEventContentHandler.
SAX ContentHandler that writes events to a StAX XMLEventConsumer.
StAXEventContentHandler() - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs a default instance with a default event factory.
StAXEventContentHandler(XMLEventConsumer) - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs an instance that writes events to the provided XMLEventConsumer.
StAXEventContentHandler(XMLEventConsumer, XMLEventFactory) - Constructor for class javanet.staxutils.StAXEventContentHandler
Constructs an instance that writes events constructed with the provided XMLEventFactory to the provided XMLEventConsumer
StAXReaderToContentHandler - interface javanet.staxutils.StAXReaderToContentHandler.
Common API's for adapting StAX events from XMLStreamReader and XMLEventReader into SAX events on the specified ContentHandler.
StAXResult - class javanet.staxutils.StAXResult.
A JAXP Result implementation that produces a result on the specified XMLStreamWriter or XMLEventWriter.
StAXResult(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXResult
Create a new Result that produces a result on the specified XMLStreamWriter
StAXResult(XMLEventWriter) - Constructor for class javanet.staxutils.StAXResult
Create a new Result that produces a result on the specified XMLEventWriter
StAXSource - class javanet.staxutils.StAXSource.
A JAXP Source implementation that wraps the specified XMLStreamReader or XMLEventReader for use by applications that expext a Source.
StAXSource(XMLStreamReader) - Constructor for class javanet.staxutils.StAXSource
Creates a new Source for the given XMLStreamReader.
StAXSource(XMLEventReader) - Constructor for class javanet.staxutils.StAXSource
Creates a new Source for the given XMLEventReader.
StAXStreamContentHandler - class javanet.staxutils.StAXStreamContentHandler.
SAX ContentHandler that writes events to a StAX XMLStreamWriter.
StAXStreamContentHandler() - Constructor for class javanet.staxutils.StAXStreamContentHandler
 
StAXStreamContentHandler(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXStreamContentHandler
Constructs an instance that writes SAX events to the specified StAX stream.
StAXStreamWriter - class javanet.staxutils.io.StAXStreamWriter.
An XMLStreamWriter implementation that writes to a character stream.
StAXStreamWriter(OutputStream) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided OutputStream using the platform default encoding.
StAXStreamWriter(OutputStream, String) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided OutputStream using the specified encoding.
StAXStreamWriter(Writer) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided Writer.
StAXStreamWriter(Writer, NamespaceContext) - Constructor for class javanet.staxutils.io.StAXStreamWriter
Constructs a StAXStreamWriter that writes to the provided Writer.
StartDocumentEvent - class javanet.staxutils.events.StartDocumentEvent.
StartDocument implementation.
StartDocumentEvent() - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Boolean, String, Location) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(String, Boolean, String, Location, QName) - Constructor for class javanet.staxutils.events.StartDocumentEvent
 
StartDocumentEvent(StartDocument) - Constructor for class javanet.staxutils.events.StartDocumentEvent
Copy constructor.
StartElementEvent - class javanet.staxutils.events.StartElementEvent.
StartElement event implementation.
StartElementEvent(QName, NamespaceContext, Location) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StartElementEvent(QName, Iterator, Iterator, NamespaceContext, Location, QName) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StartElementEvent(StartElement) - Constructor for class javanet.staxutils.events.StartElementEvent
 
StaticLocation - interface javanet.staxutils.StaticLocation.
Marker interface used to denote Location implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaticNamespaceContext - interface javanet.staxutils.StaticNamespaceContext.
Marker interface used to denote NamespaceContext implementations whose state is not transient or dependent on external objects/events and will remain stable unless explicitly updated.
StaxUtilsXMLOutputFactory - class javanet.staxutils.StaxUtilsXMLOutputFactory.
An output factory that optionally wraps a filter around each writer.
StaxUtilsXMLOutputFactory() - Constructor for class javanet.staxutils.StaxUtilsXMLOutputFactory
 
StaxUtilsXMLOutputFactory(XMLOutputFactory) - Constructor for class javanet.staxutils.StaxUtilsXMLOutputFactory
 
StreamEventWriter - class javanet.staxutils.io.StreamEventWriter.
XMLEventWriter that writes events to a character stream using XMLEvent.writeAsEncodedUnicode(Writer).
StreamEventWriter(File) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a file.
StreamEventWriter(OutputStream) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a binary stream.
StreamEventWriter(Writer) - Constructor for class javanet.staxutils.io.StreamEventWriter
Constructs a new StreamEventWriter that writes to a character stream.
StreamWriterDelegate - class javanet.staxutils.helpers.StreamWriterDelegate.
Abstract class for writing filtered XML streams.
StreamWriterDelegate(XMLStreamWriter) - Constructor for class javanet.staxutils.helpers.StreamWriterDelegate
 
schemaType - Variable in class javanet.staxutils.events.AbstractXMLEvent
The schema type.
sendEvent(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
Called by the methods of this class to write the event to the stream.
sendEvent(XMLEvent) - Method in class javanet.staxutils.XMLStreamEventWriter
 
sendEvent(XMLEvent) - Method in class javanet.staxutils.io.StreamEventWriter
 
setConsumer(XMLEventConsumer) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Sets the underlying XMLEventConsumer to which events are added.
setDefaultNamespace(String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setDefaultNamespace(String) - Method in class javanet.staxutils.SimpleNamespaceContext
Sets the default namespace in this context.
setDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
setDocumentLocator(Locator) - Method in class javanet.staxutils.StAXContentHandler
 
setEventAllocator(XMLEventAllocator) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setEventConsumer(XMLEventConsumer) - Method in class javanet.staxutils.StAXEventContentHandler
Sets the XMLEventConsumer to which events are written.
setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.StAXEventContentHandler
Sets the XMLEventFactory used to create events.
setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.XMLEventConsumerDelegate
Sets the XMLEventFactory used to construct events.
setEvents(List) - Method in class javanet.staxutils.helpers.ListEventConsumer
Sets the List to which events will be written.
setIndent(String) - Method in interface javanet.staxutils.Indentation
Set the characters used for one level of indentation.
setIndent(String) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
setIndent(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
setLexicalHandler(LexicalHandler) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
Set the lexical event handler.
setLocation(Location) - Method in class javanet.staxutils.error.IllegalStreamStateException
Sets the Location where the error occured.
setLocation(Location) - Method in class javanet.staxutils.events.BaseXMLEventFactory
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setNamespacePrefixes(boolean) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
setNewLine(String) - Method in interface javanet.staxutils.Indentation
Set the characters that introduce a new line.
setNewLine(String) - Method in class javanet.staxutils.IndentingXMLEventWriter
 
setNewLine(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
setParent(NamespaceContext) - Method in class javanet.staxutils.SimpleNamespaceContext
Sets the parent context used to inherit namespace bindings.
setPrefix(String, String) - Method in class javanet.staxutils.BaseXMLEventWriter
 
setPrefix(String, String) - Method in class javanet.staxutils.SimpleNamespaceContext
Declares a namespace binding in this context.
setPrefix(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
setPrefix(String, String) - Method in class javanet.staxutils.helpers.EventWriterDelegate
 
setPrefix(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
setPrefix(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
setProperty(String, Object) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.BaseXMLOutputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
 
setProperty(String, Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
Delegates to source.
setReadOnly() - Method in class javanet.staxutils.helpers.ElementContext
Prevents any further additions to this context.
setStreamWriter(XMLStreamWriter) - Method in class javanet.staxutils.StAXStreamContentHandler
Sets the XMLStreamWriterto which SAX events will be written.
setXMLReporter(XMLReporter) - Method in class javanet.staxutils.BaseXMLInputFactory
 
setXMLReporter(XMLReporter) - Method in class javanet.staxutils.StAXContentHandler
Sets the XMLReporterto which warning and error messages will be sent.
setXMLResolver(XMLResolver) - Method in class javanet.staxutils.BaseXMLInputFactory
 
skipElement(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips all events within a single element, including its start and end tags.
skipElement(XMLStreamReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips the complete content of the element at the specified reader's cursor.
skipElementContent(XMLEventReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips all events within a StartElement until the matching EndElement is reached.
skipElementContent(XMLStreamReader) - Static method in class javanet.staxutils.XMLStreamUtils
Skips an element's complete content.
skippedEntity(String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
skippedEntity(String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
source - Variable in class javanet.staxutils.helpers.FilterXMLOutputFactory
 
standalone - Variable in class javanet.staxutils.events.StartDocumentEvent
The document standalone value, or null if none was specified.
standaloneSet() - Method in class javanet.staxutils.events.StartDocumentEvent
 
startCDATA() - Method in class javanet.staxutils.StAXContentHandler
 
startCDATA() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startDTD(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
 
startDTD(String, String, String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startDocument() - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startDocument() - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startDocument() - Method in class javanet.staxutils.StAXContentHandler
 
startDocument() - Method in class javanet.staxutils.StAXEventContentHandler
 
startDocument() - Method in class javanet.staxutils.StAXStreamContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXEventContentHandler
 
startElement(String, String, String, Attributes) - Method in class javanet.staxutils.StAXStreamContentHandler
 
startEntity(String) - Method in class javanet.staxutils.StAXContentHandler
 
startEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.ContentHandlerToXMLStreamWriter
 
startPrefixMapping(String, String) - Method in class javanet.staxutils.StAXContentHandler
 
systemId - Variable in class javanet.staxutils.BaseXMLStreamReader
The stream system ID.
systemId - Variable in class javanet.staxutils.events.EntityDeclarationEvent
The system id, or null if this isn't an external entity.
systemId - Variable in class javanet.staxutils.events.NotationDeclarationEvent
The system id of the notation

T

target - Variable in class javanet.staxutils.events.ProcessingInstructionEvent
The PI target.
text - Variable in class javanet.staxutils.events.CommentEvent
Comment text.
toString() - Method in class javanet.staxutils.SimpleLocation
 
toString() - Method in class javanet.staxutils.events.AbstractXMLEvent
 
toString() - Method in class javanet.staxutils.helpers.ElementContext
 

U

UnknownLocation - class javanet.staxutils.helpers.UnknownLocation.
Location used to represent unknown locations.
UnknownLocation() - Constructor for class javanet.staxutils.helpers.UnknownLocation
 
unparsedEntityDecl(String, String, String, String) - Method in class javanet.staxutils.ContentHandlerToXMLEventWriter
 

V

version - Variable in class javanet.staxutils.events.StartDocumentEvent
The XML version, or null if none was specified.

W

warning(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
 
writeAsEncodedUnicode(Writer) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
writeAttribute(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeAttribute(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeAttribute(QName, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeAttribute(Attribute, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an Attribute to the provided stream.
writeAttribute(QName, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an attribute to the provided stream.
writeAttribute(Attribute, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an Attribute to the provided stream.
writeCData(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCData(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCData(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCData(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCData(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCData(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCharacters(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeCharacters(char[], int, int) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCharacters(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeCharacters(Characters, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeCharacters(CharSequence, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a chunk of encoded text to the provided stream.
writeCharacters(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a chunk of encoded text to the provided stream.
writeCharacters(Characters, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Characters to the provided stream.
writeComment(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeComment(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeComment(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeComment(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeComment(Comment, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Comment to the provided stream.
writeComment(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a comment to the provided stream.
writeComment(Comment, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Comment to the provided stream.
writeDTD(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeDTD(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeDTD(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeDTD(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeDTD(DTD, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a DTD to the provided stream.
writeDTD(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a dtd to the provided stream.
writeDTD(DTD, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a DTD to the provided stream.
writeDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEmptyElement(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEmptyElement(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEncodedCharacter(char, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the provided character if needed, and writes it to an output stream.
writeEncodedQuotedValue(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the given value and writes it to the provided stream, wrapping it in the appropriate quote character.
writeEncodedText(CharSequence, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the provided text and writes it to the provided stream.
writeEncodedText(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
 
writeEncodedValue(String, char, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Encodes the given value, and writes it to the stream, but does not actually wrap the value in the quote character.
writeEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEndDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEndDocument() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEndDocument() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEndDocument(EndDocument, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndDocument to the provided stream.
writeEndDocument(Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an document ending to the provided stream.
writeEndDocument(EndDocument, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndDocument to the provided stream.
writeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEndElement() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEndElement() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEndElement() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEndElement(EndElement, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndElement to the provided stream.
writeEndElement(QName, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an element end tag to the provided stream.
writeEndElement(EndElement, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EndElement to the provided stream.
writeEntityDeclaration(EntityDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityDeclaration to the stream.
writeEntityDeclaration(String, String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an external entity declaration to the stream.
writeEntityDeclaration(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an internal entity declaration to the stream.
writeEntityRef(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeEntityRef(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeEntityRef(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeEntityRef(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeEntityReference(EntityReference, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityReference to the provided stream.
writeEntityReference(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an entity reference to the provided stream.
writeEntityReference(EntityReference, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an EntityReference to the provided stream.
writeEvent(XMLStreamWriter) - Method in class javanet.staxutils.events.AbstractXMLEvent
 
writeEvent(XMLStreamWriter) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
Writes the event to the provided XMLStreamWriter.
writeEvent(XMLEvent, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes the given event to the provided Writer.
writeEvent(XMLEvent, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes the given event to the provided XMLStreamWriter.
writeNamespace(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeNamespace(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeNamespace(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeNamespace(Namespace, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNamespace(Namespace, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a Namespace to the provided stream.
writeNewLine(int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
Write a line separator followed by indentation.
writeNotationDeclaration(NotationDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a NotationDeclaration to the stream.
writeNotationDeclaration(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a notation declaration to the stream.
writeProcessingInstruction(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeProcessingInstruction(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeProcessingInstruction(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeProcessingInstruction(ProcessingInstruction, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeProcessingInstruction(ProcessingInstruction, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a ProcessingInstruction to the provided stream.
writeQName(QName, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a qualified name to the provided stream.
writeQName(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a qualified name to the provided stream.
writeQuotedValue(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a quoted version of the given value, automatically determining the appropriate quote character.
writeStartDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartDocument() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartDocument() - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartDocument(StartDocument, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartDocument to the provided stream.
writeStartDocument(Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a default XML declaration to the provided stream.
writeStartDocument(String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(String, String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes an XML declaration to the provided stream.
writeStartDocument(StartDocument, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartDocument to the provided stream.
writeStartElement(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
 
writeStartElement(String, String, String, boolean) - Method in class javanet.staxutils.io.StAXStreamWriter
Core start tag output method called by all other writeXXXElement methods.
writeStartElement(String, String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(String) - Method in class javanet.staxutils.io.StAXStreamWriter
 
writeStartElement(StartElement, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(StartElement, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.
writeStartElement(QName, Iterator, Iterator, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(QName, Iterator, Iterator, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(QName, Map, Map, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a start tag and any associated namespaces and attributes to the provided stream.
writeStartElement(StartElement, boolean, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
Writes a StartElement event to the provided stream.

X

XMLEventConsumerDelegate - class javanet.staxutils.XMLEventConsumerDelegate.
Writes all events to a wrapped XMLEventConsumer, and provides convenience methods for creating events written to the internal consumer.
XMLEventConsumerDelegate(XMLEventConsumer) - Constructor for class javanet.staxutils.XMLEventConsumerDelegate
 
XMLEventConsumerDelegate(XMLEventConsumer, XMLEventFactory) - Constructor for class javanet.staxutils.XMLEventConsumerDelegate
 
XMLEventPipe - class javanet.staxutils.XMLEventPipe.
Provides the ability to pipe the XMLEvents written to one XMLEventWriter to be read from a XMLEventReader.
XMLEventPipe() - Constructor for class javanet.staxutils.XMLEventPipe
Constructs a new XMLEventPipe with the default capacity.
XMLEventPipe(int) - Constructor for class javanet.staxutils.XMLEventPipe
Constructs a new XMLEventPipe with the specified capacity.
XMLEventReaderToContentHandler - class javanet.staxutils.XMLEventReaderToContentHandler.
This is a simple utility class that adapts StAX events from an XMLEventReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLEventReaderToContentHandler(XMLEventReader, XMLFilterImplEx) - Constructor for class javanet.staxutils.XMLEventReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLEventStreamWriter - class javanet.staxutils.XMLEventStreamWriter.
An XMLStreamWriter that writes events to a XMLEventWriter.
XMLEventStreamWriter(XMLEventWriter) - Constructor for class javanet.staxutils.XMLEventStreamWriter
 
XMLEventStreamWriter(XMLEventWriter, XMLEventFactory) - Constructor for class javanet.staxutils.XMLEventStreamWriter
 
XMLFilterImplEx - class javanet.staxutils.helpers.XMLFilterImplEx.
Extension to XMLFilterImpl that implements LexicalHandler.
XMLFilterImplEx() - Constructor for class javanet.staxutils.helpers.XMLFilterImplEx
 
XMLStreamEventReader - class javanet.staxutils.XMLStreamEventReader.
XMLEventReader implementation based on a XMLStreamReader and an XMLEventAllocator.
XMLStreamEventReader(XMLStreamReader) - Constructor for class javanet.staxutils.XMLStreamEventReader
 
XMLStreamEventReader(XMLStreamReader, XMLEventAllocator) - Constructor for class javanet.staxutils.XMLStreamEventReader
 
XMLStreamEventWriter - class javanet.staxutils.XMLStreamEventWriter.
XMLEventWriter that writes events to a XMLStreamWriter.
XMLStreamEventWriter(XMLStreamWriter) - Constructor for class javanet.staxutils.XMLStreamEventWriter
Constructs a XMLEventStreamWriter that writes events to the given stream.
XMLStreamReaderToContentHandler - class javanet.staxutils.XMLStreamReaderToContentHandler.
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, XMLFilterImplEx) - Constructor for class javanet.staxutils.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLStreamUtils - class javanet.staxutils.XMLStreamUtils.
Static utility methods useful when handling XML Streams.
XMLStreamUtils() - Constructor for class javanet.staxutils.XMLStreamUtils
 
XMLWriterUtils - class javanet.staxutils.io.XMLWriterUtils.
Set of utility methods useful when writing XML.
xmlReporter - Variable in class javanet.staxutils.BaseXMLInputFactory
 
xmlResolver - Variable in class javanet.staxutils.BaseXMLInputFactory
 

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