|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
addElement(null, localName);) for adding an element
that is not in a namespace.
SMInputCursor.getNext() does, but instead of
returning resulting event type, returns this cursor.
XMLEvent.
Document instance using
the default JAXP DOM document construction mechanism and
populated using the given StAX stream reader.
Document instance using
given DocumentBuilder and
populated using the given StAX stream reader.
Document using
the given StAX stream reader instance.
childCursor(SMFilterFactory.getElementOnlyFilter());
childCursor(SMFilterFactory.getElementOnlyFilter(elemName));
Will only return START_ELEMENT and END_ELEMENT events, whose element
name matches given qname.
childCursor(SMFilterFactory.getElementOnlyFilter(elemName));
Will only return START_ELEMENT and END_ELEMENT events, whose element's
local name matches given local name, and that does not belong to
a namespace.
childCursor(SMFilterFactory.getMixedFilter());
OutputStream or
Writer).
SMInputCursor.collectDescendantText(boolean) with 'false':
that is, do not include ignorable white space (as determined by DTD
or Schema) in the result text.
SMOutputElement to add buffered namespace
pre-declaration.
SMElementInfo; fully implements
all accessors by storing information necessary.descendantCursor(SMFilterFactory.getElementOnlyFilter());
descendantCursor(SMFilterFactory.getElementOnlyFilter(elemName));
Will only return START_ELEMENT and END_ELEMENT events, whose element
name matches given qname.
descendantCursor(SMFilterFactory.getElementOnlyFilter(elemLocalName));.
descendantCursor(SMFilterFactory.getMixedFilter());
SMElementInfo that iterators construct and store when element
tracking is enabled.SMInputCursor.findAttrIndex(java.lang.String, java.lang.String) and
SMInputCursor.getAttrIntValue(int) instead.
SMInputCursor.findAttrIndex(java.lang.String, java.lang.String) and
SMInputCursor.getAttrIntValue(int,int) instead.
SMInputCursor.getAttrCount()[; otherwise
IllegalArgumentException will be thrown.
SMInputCursor.getAttrCount()[; otherwise
IllegalArgumentException will be thrown.
SMInputCursor.getCurrEvent()) as
one of event types defined in XMLStreamConstants
(like XMLStreamConstants.START_ELEMENT).
SMInputCursor.setData(java.lang.Object) call.
SMInputCursor.getElemBooleanValue(), but instead of failing
on invalid value, returns given default value.
SMInputCursor.getElemDoubleValue(), but instead of failing
on invalid value, returns given default value.
SMInputCursor.getElemIntValue(), but instead of failing
on invalid value, returns given default value.
SMInputCursor.getElemLongValue(), but instead of failing
on invalid value, returns given default value.
SMInputFactory instance.
SMOutputFactory instance.
XMLInputFactory instance.
XMLOutputFactory instance.
XMLStreamReader instances
it needs.
XMLStreamReader.getText() can
be called.
SMInputCursor.getLocalName()
of the iterator object, when it is positioned over this
event.
SMInputCursor.getLocalName() can be called)
has the specified local name or not.
SMInputCursor.getLocalName() can be called) has the specified
fully-qualified name or not.
SMInputCursor.hasName(String, String) with
namespace URI and local name contained in the argument QName
SMInputCursor.getQName()
of the iterator object, when it is positioned over this
event.
SMInputCursor.getText()
of the iterator object, when it is positioned over this
event.
SMOutputContext.isPrefixBound(java.lang.String), but only considers bindings
added by the current start element.
XMLStreamReaders
and writing DOM documents and fragments using
XMLStreamWriters.SMInputCursor.collectDescendantText(boolean), but will write
the text to specified Writer instead of collecting it into a
String.
SMInputCursor.getData().
SMElementInfo instances during traversal for this
cursor, as well as all of its children.
SMInputCursor.getNext()
is called.
SMOutputElement; starts its life buffered,
so that it, its attributes and content are not automatically written to the
underlying stream, but only when buffered instance is released.SMInputCursor.SMOutputContext)s
(~= XML documents or sub-trees).SMInputCursor instances.SMOutputContext), think of it as the document or sub-tree
StaxMate will output using a stream writer).SMOutputDocument and SMRootFragment) instances,
which are roots (global for documents, or local for fragments)
of output content.XMLStreamReader and builds up
a JDOM tree.
SMOutputtable._output(org.codehaus.staxmate.out.SMOutputContext, boolean), except that this method will
always succeed in doing the output.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||