| java.lang.Object com.sun.xml.txw2.ContainerElement
Field Summary | |
final Document | document | final EndTag | endTag | StartTag | startTag Initially, point to the start tag token, but
once we know we are done with the start tag, we will reset it to null
so that the token sequence can be GC-ed. |
Method Summary | |
public void | _attribute(String localName, Object value) | public void | _attribute(String nsUri, String localName, Object value) | public void | _attribute(QName attributeName, Object value) | public T | _cast(Class<T> facadeType) | public void | _cdata(Object value) | public void | _comment(Object value) | public T | _element(String localName, Class<T> contentModel) | public T | _element(QName tagName, Class<T> contentModel) | public T | _element(Class<T> contentModel) | public T | _element(String nsUri, String localName, Class<T> contentModel) | public void | _namespace(String uri) | public void | _namespace(String uri, String prefix) | public void | _namespace(String uri, boolean requirePrefix) | public void | _pcdata(Object value) | public void | block() | public void | commit() | public void | commit(boolean includingAllPredecessors) | public Document | getDocument() | public Object | invoke(Object proxy, Method method, Object[] args) | boolean | isBlocked() |
startTag | StartTag startTag(Code) | | Initially, point to the start tag token, but
once we know we are done with the start tag, we will reset it to null
so that the token sequence can be GC-ed.
|
_namespace | public void _namespace(String uri, boolean requirePrefix)(Code) | | |
block | public void block()(Code) | | |
commit | public void commit()(Code) | | |
commit | public void commit(boolean includingAllPredecessors)(Code) | | |
isBlocked | boolean isBlocked()(Code) | | |
|
|