public class XMLStreamWriterScope<T> extends AbstractXMLStreamScope
| Constructor and Description |
|---|
XMLStreamWriterScope(NamespaceContext parent,
T info) |
XMLStreamWriterScope(String defaultNamespace,
T info) |
XMLStreamWriterScope(XMLStreamWriterScope<T> parent,
String prefix,
String localName,
String namespaceURI,
boolean emptyElement) |
| Modifier and Type | Method and Description |
|---|---|
T |
getInfo() |
XMLStreamWriterScope<T> |
getParent() |
boolean |
isEmptyElement() |
getLastChild, getLocalName, getNamespaceURI, getNamespaceURI, getPrefix, getPrefix, getPrefixes, isRoot, isStartTagClosed, setPrefixpublic XMLStreamWriterScope(NamespaceContext parent, T info)
public XMLStreamWriterScope(XMLStreamWriterScope<T> parent, String prefix, String localName, String namespaceURI, boolean emptyElement)
public T getInfo()
public XMLStreamWriterScope<T> getParent()
getParent in class AbstractXMLStreamScopepublic boolean isEmptyElement()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.