- 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
-
- addComment(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addDTD(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
Creates and adds a
DTD
event.
- addEndDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(String, String, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(QName) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addEndElement(QName, Iterator) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addIgnorableSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
Creates and adds an ignorable space
Characters
event.
- addSpace(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument() - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument(String, String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartDocument(String, String, boolean) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, String, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(String, String, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(QName, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addStartElement(QName, Iterator, Iterator, NamespaceContext) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- addText(String) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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
-
- 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
-
- 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.
- 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
-
- getEventFactory() - Method in class javanet.staxutils.StAXEventContentHandler
-
- getEventFactory() - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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
-
- getEventType() - Method in class javanet.staxutils.events.CDataEvent
-
- getEventType() - Method in class javanet.staxutils.events.CharactersEvent
-
- getEventType() - Method in class javanet.staxutils.events.CommentEvent
-
- getEventType() - Method in class javanet.staxutils.events.DTDEvent
-
- getEventType() - Method in class javanet.staxutils.events.EndDocumentEvent
-
- getEventType() - Method in class javanet.staxutils.events.EndElementEvent
-
- getEventType() - Method in class javanet.staxutils.events.EntityDeclarationEvent
-
- getEventType() - Method in class javanet.staxutils.events.EntityReferenceEvent
-
- getEventType() - Method in class javanet.staxutils.events.IgnorableSpaceEvent
-
- getEventType() - Method in class javanet.staxutils.events.NamespaceEvent
-
- getEventType() - Method in class javanet.staxutils.events.NotationDeclarationEvent
-
- getEventType() - Method in class javanet.staxutils.events.ProcessingInstructionEvent
-
- getEventType() - Method in class javanet.staxutils.events.StartDocumentEvent
-
- getEventType() - Method in class javanet.staxutils.events.StartElementEvent
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.StAXEventContentHandler
-
- setEventFactory(XMLEventFactory) - Method in class javanet.staxutils.XMLEventConsumerDelegate
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- StAXResult - Class in javanet.staxutils
-
- StAXResult(XMLStreamWriter) - Constructor for class javanet.staxutils.StAXResult
-
- StAXResult(XMLEventWriter) - Constructor for class javanet.staxutils.StAXResult
-
- StAXSource - Class in javanet.staxutils
-
- StAXSource(XMLStreamReader) - Constructor for class javanet.staxutils.StAXSource
-
- StAXSource(XMLEventReader) - Constructor for class javanet.staxutils.StAXSource
-
- StAXStreamContentHandler - Class in javanet.staxutils
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- writeCData(char[], int, int, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- writeEndElement() - Method in class javanet.staxutils.XMLEventStreamWriter
-
- writeEntityDeclaration(EntityDeclaration, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- 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
-
- 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
-
- writeEvent(XMLStreamWriter) - Method in class javanet.staxutils.events.AbstractXMLEvent
-
- writeEvent(XMLStreamWriter) - Method in interface javanet.staxutils.events.ExtendedXMLEvent
-
- 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
-
- 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
-
- writeNamespace(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- writeNamespace(Namespace, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- 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
-
- 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
-
- writeProcessingInstruction(String, String, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- writeProcessingInstruction(ProcessingInstruction, XMLStreamWriter) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- 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
-
- 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
-
- 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
-
- writeStartElement(StartElement, boolean, Writer) - Static method in class javanet.staxutils.io.XMLWriterUtils
-
- 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
-
- 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
-