|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
addElement(null, localName);) for adding an element
that is not in a namespace.
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());
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.SMOutputtable.doOutput(org.codehaus.staxmate.out.SMOutputContext, boolean), except that this method will
always succeed in doing the output.
XMLInputFactory instance.
XMLOutputFactory instance.
XMLStreamReader.getText() can
be called.
SMInputCursor.getLocalName()
of the iterator object, when it is positioned over this
event.
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.
SMInputCursor.collectDescendantText(boolean), but will write
the text to specified Writer instead of collecting it into a
String.
SMEvent enumeration value.
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.