- AbstractCharactersEvent - Class in javanet.staxutils.events
-
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 in javanet.staxutils.events
-
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
-
- add(XMLEvent) - Method in class javanet.staxutils.BaseXMLEventWriter
-
- add(XMLEventReader) - Method in class javanet.staxutils.BaseXMLEventWriter
-
- 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.
- add(XMLEvent) - Method in class javanet.staxutils.IndentingXMLEventWriter
-
- add(XMLEvent) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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.
- AttributeEvent - Class in javanet.staxutils.events
-
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.
- 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.
- attributes - Variable in class javanet.staxutils.events.StartElementEvent
-
The element attributes.
- 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.
- baseURI - Variable in class javanet.staxutils.events.EntityDeclarationEvent
-
The entity base URI, or null
if this isn't an external entity
- BaseXMLEventAllocator - Class in javanet.staxutils.events
-
Abstract base class for XMLEventAllocator
implementations.
- BaseXMLEventAllocator() - Constructor for class javanet.staxutils.events.BaseXMLEventAllocator
-
- BaseXMLEventFactory - Class in javanet.staxutils.events
-
Abstract base class for XMLEventFactory
implementations.
- BaseXMLEventFactory() - Constructor for class javanet.staxutils.events.BaseXMLEventFactory
-
- BaseXMLEventReader - Class in javanet.staxutils
-
Abstract base class for XMLEventReader
implementations.
- BaseXMLEventReader() - Constructor for class javanet.staxutils.BaseXMLEventReader
-
- BaseXMLEventWriter - Class in javanet.staxutils
-
Base class for XMLEventWriter
implementations.
- BaseXMLEventWriter() - Constructor for class javanet.staxutils.BaseXMLEventWriter
-
- BaseXMLEventWriter(XMLEventFactory, NamespaceContext) - Constructor for class javanet.staxutils.BaseXMLEventWriter
-
- BaseXMLInputFactory - Class in javanet.staxutils
-
- BaseXMLInputFactory() - Constructor for class javanet.staxutils.BaseXMLInputFactory
-
- BaseXMLOutputFactory - Class in javanet.staxutils
-
Base XMLOutputFactory
that provides common event functionality.
- BaseXMLOutputFactory() - Constructor for class javanet.staxutils.BaseXMLOutputFactory
-
- BaseXMLStreamReader - Class in javanet.staxutils
-
Abstract base class for XMLStreamReader
implementations.
- BaseXMLStreamReader() - Constructor for class javanet.staxutils.BaseXMLStreamReader
-
- BaseXMLStreamReader(String, String) - Constructor for class javanet.staxutils.BaseXMLStreamReader
-
- 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
-
- 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.
- CDATABuffer - Variable in class javanet.staxutils.StAXContentHandler
-
Buffer containing text read within the current CDATA section.
- CDataEvent - Class in javanet.staxutils.events
-
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
-
- 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
-
- CharactersEvent - Class in javanet.staxutils.events
-
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
-
- 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.helpers.EventWriterDelegate
-
- close() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- close() - Method in class javanet.staxutils.io.StAXStreamWriter
-
- close() - Method in class javanet.staxutils.XMLEventStreamWriter
-
- close() - Method in class javanet.staxutils.XMLStreamEventReader
-
- close() - Method in class javanet.staxutils.XMLStreamEventWriter
-
- 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.
- closeElementContext() - Method in class javanet.staxutils.io.StAXStreamWriter
-
Closes the current
ElementContext
, writing any cached content and
making it read-only.
- comment(char[], int, int) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
-
- 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
-
- CommentEvent - Class in javanet.staxutils.events
-
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 in javanet.staxutils
-
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 in javanet.staxutils
-
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
-
- 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.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
-
- createNamespace(String, String) - Method in class javanet.staxutils.StAXEventContentHandler
-
- 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 Namespace
and Attribute
events 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(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
-
- createXMLStreamWriter(Writer) - Method in class javanet.staxutils.OutputFactory
-
- ElementContext - Class in javanet.staxutils.helpers
-
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 in javanet.staxutils
-
- EmptyNamespaceContext() - Constructor for class javanet.staxutils.EmptyNamespaceContext
-
- 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.helpers.XMLFilterImplEx
-
- endCDATA() - Method in class javanet.staxutils.StAXContentHandler
-
- endCDATA() - Method in class javanet.staxutils.StAXEventContentHandler
-
- endCDATA() - Method in class javanet.staxutils.StAXStreamContentHandler
-
- 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
-
- EndDocumentEvent - Class in javanet.staxutils.events
-
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
-
- endDTD() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
-
- endDTD() - Method in class javanet.staxutils.StAXContentHandler
-
- 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
-
- EndElementEvent - Class in javanet.staxutils.events
-
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
-
- endEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
-
- endEntity(String) - Method in class javanet.staxutils.StAXContentHandler
-
- 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 EntityDeclaration
s.
- EntityDeclarationEvent - Class in javanet.staxutils.events
-
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 in javanet.staxutils.events
-
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
-
- equals(Object) - Method in class javanet.staxutils.helpers.FilterXMLOutputFactory
-
- equals(Object, Object) - Static method in class javanet.staxutils.helpers.FilterXMLOutputFactory
-
- equals(Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
-
- error(SAXParseException) - Method in class javanet.staxutils.StAXContentHandler
-
- eventAllocator - Variable in class javanet.staxutils.BaseXMLInputFactory
-
- EventAllocator - Class in javanet.staxutils.events
-
Allocates events within this package.
- EventAllocator() - Constructor for class javanet.staxutils.events.EventAllocator
-
- EventFactory - Class in javanet.staxutils.events
-
Factory for events within this package.
- EventFactory() - Constructor for class javanet.staxutils.events.EventFactory
-
- EventMatcher - Class in javanet.staxutils.helpers
-
Provides utility methods useful for comparing two XMLEvent
instances.
- 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 Attribute
s, returning true
if their names
and values are the same.
- eventsMatch(Characters, Characters) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two Characters
s.
- eventsMatch(Comment, Comment) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two Comment
s.
- eventsMatch(DTD, DTD) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two DTD
s.
- eventsMatch(EndDocument, EndDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two EndDocument
s.
- eventsMatch(EndElement, EndElement) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two EndElement
s.
- eventsMatch(EntityDeclaration, EntityDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two EntityDeclaration
s.
- eventsMatch(EntityReference, EntityReference) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two EntityReference
s.
- eventsMatch(Namespace, Namespace) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two Namespace
s.
- eventsMatch(NotationDeclaration, NotationDeclaration) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two NotationDeclaration
s.
- eventsMatch(ProcessingInstruction, ProcessingInstruction) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two ProcessingInstruction
s.
- eventsMatch(StartDocument, StartDocument) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two StartDocument
s.
- eventsMatch(StartElement, StartElement) - Static method in class javanet.staxutils.helpers.EventMatcher
-
Compares two StartElement
s.
- EventWriterDelegate - Class in javanet.staxutils.helpers
-
Abstract class for implementing XML filters.
- EventWriterDelegate(XMLEventWriter) - Constructor for class javanet.staxutils.helpers.EventWriterDelegate
-
- ExtendedLocation - Interface in javanet.staxutils
-
Extended the Location
interface that exposes nested Location
s.
- ExtendedNamespaceContext - Interface in javanet.staxutils
-
Extended namespace context interface that allows the context tree to be navigated
and to list all known prefixes.
- ExtendedXMLEvent - Interface in javanet.staxutils.events
-
Extended XMLEvent
interface that provides additional functionality.
- getAttribute(int) - Method in class javanet.staxutils.helpers.ElementContext
-
Returns the value of the idx
th 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 idx
th 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.helpers.UnknownLocation
-
- getCharacterOffset() - Method in class javanet.staxutils.SimpleLocation
-
- getColumnNumber() - Method in class javanet.staxutils.DummyLocator
-
Return the column number where the current document event ends.
- getColumnNumber() - Method in class javanet.staxutils.helpers.UnknownLocation
-
- getColumnNumber() - Method in class javanet.staxutils.SimpleLocation
-
- 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 Location
from 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.
- 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
-
- getDTDType() - Method in class javanet.staxutils.events.AttributeEvent
-
- 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.
- getEvents() - Method in class javanet.staxutils.helpers.ListEventConsumer
-
Returns the List
of events added to this consumer.
- 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.
- 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.helpers.UnknownLocation
-
- getLineNumber() - Method in class javanet.staxutils.SimpleLocation
-
- getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLEventWriter
-
- getLineSeparator() - Static method in class javanet.staxutils.IndentingXMLStreamWriter
-
- getLocation() - Method in exception 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.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
-
- getNamespaceContext() - Method in class javanet.staxutils.XMLEventStreamWriter
-
- getNamespacePrefix(int) - Method in class javanet.staxutils.helpers.ElementContext
-
Returns the prefix of the idx
th namespace declaration
defined in this context.
- getNamespacePrefixes() - Method in class javanet.staxutils.helpers.XMLFilterImplEx
-
- getNamespaces() - Method in class javanet.staxutils.events.EndElementEvent
-
- getNamespaces() - Method in class javanet.staxutils.events.StartElementEvent
-
- getNamespaceURI(String) - Method in class javanet.staxutils.BaseXMLStreamReader
-
- getNamespaceURI() - Method in class javanet.staxutils.BaseXMLStreamReader
-
- getNamespaceURI(String) - Method in class javanet.staxutils.EmptyNamespaceContext
-
- 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 idx
th namespace declaration
defined in this context.
- getNamespaceURI(String) - Method in class javanet.staxutils.NamespaceContextAdapter
-
- getNamespaceURI(String) - Method in class javanet.staxutils.SimpleNamespaceContext
-
- 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() - 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
-
- getPrefix(String) - Method in class javanet.staxutils.NamespaceContextAdapter
-
- getPrefix(String) - Method in class javanet.staxutils.SimpleNamespaceContext
-
- getPrefix(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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.helpers.FilterXMLOutputFactory
-
Delegates to source.
- getProperty(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- getProperty(String) - Method in class javanet.staxutils.io.StAXStreamWriter
-
- 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
.
- getPublicId() - Method in class javanet.staxutils.DummyLocator
-
Return the public identifier for the current document event.
- getPublicId() - Method in class javanet.staxutils.events.EntityDeclarationEvent
-
- getPublicId() - Method in class javanet.staxutils.events.NotationDeclarationEvent
-
- getPublicId() - Method in class javanet.staxutils.helpers.UnknownLocation
-
- getPublicId() - Method in class javanet.staxutils.SimpleLocation
-
- 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 XMLStreamWriter
to 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.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
-
- getSystemId() - Method in class javanet.staxutils.SimpleLocation
-
- 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
-
- 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.
- NamespaceContextAdapter - Class in javanet.staxutils
-
NamespaceContext
that wraps another context.
- NamespaceContextAdapter() - Constructor for class javanet.staxutils.NamespaceContextAdapter
-
- NamespaceContextAdapter(NamespaceContext) - Constructor for class javanet.staxutils.NamespaceContextAdapter
-
- namespaceCount() - Method in class javanet.staxutils.helpers.ElementContext
-
Determines the number of namespaces declared in this context.
- namespaceCtx - Variable in class javanet.staxutils.events.StartElementEvent
-
The namespace context.
- namespaceCtx - Variable in class javanet.staxutils.NamespaceContextAdapter
-
The wrapped context.
- NamespaceEvent - Class in javanet.staxutils.events
-
Namespace
event implementation.
- NamespaceEvent(String, String) - Constructor for class javanet.staxutils.events.NamespaceEvent
-
- NamespaceEvent(String, String, Location) - Constructor for class javanet.staxutils.events.NamespaceEvent
-
- namespacePrefixes - Variable in class javanet.staxutils.helpers.XMLFilterImplEx
-
- namespaces - Variable in class javanet.staxutils.events.EndElementEvent
-
A collection of Namespace
s going out of scope.
- namespaces - Variable in class javanet.staxutils.events.StartElementEvent
-
The element namespaces.
- 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.
- NEW_LINE - Static variable in class javanet.staxutils.StaxUtilsXMLOutputFactory
-
A String property whose value introduces a new line for indentation.
- 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.helpers.ListEventReader
-
- nextEvent() - Method in class javanet.staxutils.XMLStreamEventReader
-
- 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.
- NORMAL_END_OF_LINE - Static variable in interface javanet.staxutils.Indentation
-
"\n"; the normalized representation of end-of-line in
XML.
- NotationDeclarationEvent - Class in javanet.staxutils.events
-
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
-
- notationName - Variable in class javanet.staxutils.events.EntityDeclarationEvent
-
The optional notation name.
- notations - Variable in class javanet.staxutils.events.DTDEvent
-
The list of NotationDeclaration
s.
- nsBuff - Variable in class javanet.staxutils.BaseXMLEventWriter
-
LinkedHashMap of namespace events sent surrounding the last
StartElement.
- nsStack - Variable in class javanet.staxutils.BaseXMLEventWriter
-
- 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.io.StreamEventWriter
-
- sendEvent(XMLEvent) - Method in class javanet.staxutils.XMLStreamEventWriter
-
- 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.helpers.EventWriterDelegate
-
- setDefaultNamespace(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- setDefaultNamespace(String) - Method in class javanet.staxutils.io.StAXStreamWriter
-
- setDefaultNamespace(String) - Method in class javanet.staxutils.SimpleNamespaceContext
-
Sets the default namespace in this context.
- setDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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 exception 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.helpers.EventWriterDelegate
-
- setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.io.StAXStreamWriter
-
- setNamespaceContext(NamespaceContext) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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.helpers.EventWriterDelegate
-
- setPrefix(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- setPrefix(String, String) - Method in class javanet.staxutils.io.StAXStreamWriter
-
- 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
-
- 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.helpers.FilterXMLOutputFactory
-
Delegates to source.
- setProperty(String, Object) - Method in class javanet.staxutils.StaxUtilsXMLOutputFactory
-
- 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 XMLStreamWriter
to which SAX events will be written.
- setXMLReporter(XMLReporter) - Method in class javanet.staxutils.BaseXMLInputFactory
-
- setXMLReporter(XMLReporter) - Method in class javanet.staxutils.StAXContentHandler
-
Sets the XMLReporter
to which warning and error messages will be
sent.
- setXMLResolver(XMLResolver) - Method in class javanet.staxutils.BaseXMLInputFactory
-
- SimpleLocation - Class in javanet.staxutils
-
- 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 in javanet.staxutils
-
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.
- 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.helpers.XMLFilterImplEx
-
- startCDATA() - Method in class javanet.staxutils.StAXContentHandler
-
- 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
-
- StartDocumentEvent - Class in javanet.staxutils.events
-
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.
- startDTD(String, String, String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
-
- startDTD(String, String, String) - Method in class javanet.staxutils.StAXContentHandler
-
- 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
-
- StartElementEvent - Class in javanet.staxutils.events
-
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
-
- startEntity(String) - Method in class javanet.staxutils.helpers.XMLFilterImplEx
-
- startEntity(String) - Method in class javanet.staxutils.StAXContentHandler
-
- 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
-
- StaticLocation - Interface in javanet.staxutils
-
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 in javanet.staxutils
-
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.
- StAXContentHandler - Class in javanet.staxutils
-
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 in javanet.staxutils
-
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 in javanet.staxutils
-
Common API's for adapting StAX events from XMLStreamReader
and XMLEventReader
into SAX events on the specified
ContentHandler
.
- StAXResult - Class in javanet.staxutils
-
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 in javanet.staxutils
-
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 in javanet.staxutils
-
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 in javanet.staxutils.io
-
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
.
- StaxUtilsXMLOutputFactory - Class in javanet.staxutils
-
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 in javanet.staxutils.io
-
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 in javanet.staxutils.helpers
-
Abstract class for writing filtered XML streams.
- StreamWriterDelegate(XMLStreamWriter) - Constructor for class javanet.staxutils.helpers.StreamWriterDelegate
-
- 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
- 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.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.
- 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
-
- writeCData(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- writeCData(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeCData(String) - 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(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- writeCharacters(char[], int, int) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeCharacters(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeCharacters(char[], int, int) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeComment(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- writeComment(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeComment(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
-
- writeDefaultNamespace(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeDTD(String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- writeDTD(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeDTD(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) - 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, 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
-
- 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
-
- 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.helpers.StreamWriterDelegate
-
- writeEndDocument() - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeEndDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeEndElement() - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- writeEndElement() - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeEndElement() - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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.helpers.StreamWriterDelegate
-
- writeEntityRef(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- writeEntityRef(String) - Method in class javanet.staxutils.io.StAXStreamWriter
-
- writeEntityRef(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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.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.
- writeNamespace(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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.helpers.StreamWriterDelegate
-
- writeProcessingInstruction(String, String) - Method in class javanet.staxutils.helpers.StreamWriterDelegate
-
- writeProcessingInstruction(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- writeProcessingInstruction(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeProcessingInstruction(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeProcessingInstruction(String, String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- 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.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.IndentingXMLStreamWriter
-
- writeStartDocument(String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- writeStartDocument(String, String) - Method in class javanet.staxutils.IndentingXMLStreamWriter
-
- 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.
- writeStartDocument() - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeStartDocument(String) - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeStartDocument(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) - 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, 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.
- 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
-
- XMLEventConsumerDelegate - Class in javanet.staxutils
-
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 in javanet.staxutils
-
Provides the ability to pipe the XMLEvent
s 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 in javanet.staxutils
-
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 in javanet.staxutils
-
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 in javanet.staxutils.helpers
-
Extension to XMLFilterImpl that implements LexicalHandler.
- XMLFilterImplEx() - Constructor for class javanet.staxutils.helpers.XMLFilterImplEx
-
- xmlReporter - Variable in class javanet.staxutils.BaseXMLInputFactory
-
- xmlResolver - Variable in class javanet.staxutils.BaseXMLInputFactory
-
- XMLStreamEventReader - Class in javanet.staxutils
-
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 in javanet.staxutils
-
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 in javanet.staxutils
-
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 in javanet.staxutils
-
Static utility methods useful when handling XML Streams.
- XMLStreamUtils() - Constructor for class javanet.staxutils.XMLStreamUtils
-
- XMLWriterUtils - Class in javanet.staxutils.io
-
Set of utility methods useful when writing XML.