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, setPrefix
public 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 AbstractXMLStreamScope
public boolean isEmptyElement()
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.