|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
SMOutputContainer.addValue(int) instead.
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.
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.setData(java.lang.Object) call.
SMInputCursor.getParentCount() instead
SMInputCursor.getElemBooleanValue(), 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.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.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.
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.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||