com.sun.xml.bind.v2.runtime.output
public final class NamespaceContextImpl.Element extends Object
Field Summary | |
---|---|
NamespaceContextImpl | context |
Method Summary | |
---|---|
int | count()
Gets the number of bindings declared on this element. |
void | endElement(XmlOutput out) |
int | getBase() |
Object | getInnerPeer() |
String | getNsUri(int idx)
Gets the namespace URI declared in this context.
|
Object | getOuterPeer() |
NamespaceContextImpl.Element | getParent()
Gets the parent Element. |
String | getPrefix(int idx)
Gets the prefix declared in this context.
|
boolean | isRootElement()
Returns true if this Element represents the root element that
we are marshalling. |
NamespaceContextImpl.Element | pop() |
NamespaceContextImpl.Element | push() |
void | setTagName(int prefix, String localName, Object outerPeer) |
void | setTagName(Name tagName, Object outerPeer) |
void | startElement(XmlOutput out, Object innerPeer) |
Parameters: idx between 0 and count
Parameters: idx between 0 and count