Package | Description |
---|---|
com.ctc.wstx.sw |
Modifier and Type | Field and Description |
---|---|
protected SimpleOutputElement |
BaseNsStreamWriter.mCurrElem |
protected SimpleOutputElement |
BaseNsStreamWriter.mOutputElemPool |
protected SimpleOutputElement |
SimpleOutputElement.mParent
Reference to the parent element, element enclosing this element.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleOutputElement |
SimpleOutputElement.createChild(java.lang.String localName)
Simplest factory method, which gets called when a 1-argument
element output method is called.
|
protected SimpleOutputElement |
SimpleOutputElement.createChild(java.lang.String prefix,
java.lang.String localName,
java.lang.String uri)
Full factory method, used for 'normal' namespace qualified output
methods.
|
static SimpleOutputElement |
SimpleOutputElement.createRoot() |
SimpleOutputElement |
SimpleOutputElement.getParent() |
protected SimpleOutputElement |
SimpleOutputElement.reuseAsChild(SimpleOutputElement parent,
java.lang.String localName) |
protected SimpleOutputElement |
SimpleOutputElement.reuseAsChild(SimpleOutputElement parent,
java.lang.String prefix,
java.lang.String localName,
java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleOutputElement.addToPool(SimpleOutputElement poolHead)
Method called to temporarily link this instance to a pool, to
allow reusing of instances with the same reader.
|
protected java.lang.String |
RepairingNsStreamWriter.findElemPrefix(java.lang.String nsURI,
SimpleOutputElement elem)
Method called to find an existing prefix for the given namespace,
if any exists in the scope.
|
protected java.lang.String |
RepairingNsStreamWriter.findOrCreateAttrPrefix(java.lang.String suggPrefix,
java.lang.String nsURI,
SimpleOutputElement elem)
Method called to somehow find a prefix for given namespace, to be
used for a new start element; either use an existing one, or
generate a new one.
|
protected java.lang.String |
RepairingNsStreamWriter.generateElemPrefix(java.lang.String suggPrefix,
java.lang.String nsURI,
SimpleOutputElement elem)
Method called after
RepairingNsStreamWriter.findElemPrefix(java.lang.String, com.ctc.wstx.sw.SimpleOutputElement) has returned null,
to create and bind a namespace mapping for specified namespace. |
private void |
SimpleOutputElement.relink(SimpleOutputElement parent,
java.lang.String prefix,
java.lang.String localName,
java.lang.String uri)
Method called to reuse a pooled instance.
|
protected SimpleOutputElement |
SimpleOutputElement.reuseAsChild(SimpleOutputElement parent,
java.lang.String localName) |
protected SimpleOutputElement |
SimpleOutputElement.reuseAsChild(SimpleOutputElement parent,
java.lang.String prefix,
java.lang.String localName,
java.lang.String uri) |
private java.lang.String |
RepairingNsStreamWriter.validateElemPrefix(java.lang.String prefix,
java.lang.String nsURI,
SimpleOutputElement elem) |
Constructor and Description |
---|
SimpleOutputElement(SimpleOutputElement parent,
java.lang.String prefix,
java.lang.String localName,
java.lang.String uri,
BijectiveNsMap ns) |