de.odysseus.staxon.base
Class XMLStreamWriterScope<T>
java.lang.Object
de.odysseus.staxon.base.AbstractXMLStreamScope
de.odysseus.staxon.base.XMLStreamWriterScope<T>
- All Implemented Interfaces:
- NamespaceContext
public class XMLStreamWriterScope<T>
- extends AbstractXMLStreamScope
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStreamWriterScope
public XMLStreamWriterScope(String defaultNamespace,
T info)
XMLStreamWriterScope
public XMLStreamWriterScope(NamespaceContext parent,
T info)
XMLStreamWriterScope
public XMLStreamWriterScope(XMLStreamWriterScope<T> parent,
String prefix,
String localName,
String namespaceURI,
boolean emptyElement)
getInfo
public T getInfo()
getParent
public XMLStreamWriterScope<T> getParent()
- Overrides:
getParent in class AbstractXMLStreamScope
isEmptyElement
public boolean isEmptyElement()
Copyright © 2011-2012. All Rights Reserved.