Uses of Class
com.ctc.wstx.dom.DOMOutputElement
Packages that use DOMOutputElement
-
Uses of DOMOutputElement in com.ctc.wstx.dom
Fields in com.ctc.wstx.dom declared as DOMOutputElementModifier and TypeFieldDescriptionprotected DOMOutputElementWstxDOMWrappingWriter.mCurrElemThis element is the current context element, under which all other nodes are added, until matching end element is output.protected DOMOutputElementWstxDOMWrappingWriter.mOpenElementThis element is non-null right after a call to eitherwriteStartElementandwriteEmptyElement, and can be used to add attributes and namespace declarations.private DOMOutputElementDOMOutputElement.mParentReference to the parent element, element enclosing this element.Methods in com.ctc.wstx.dom that return DOMOutputElementModifier and TypeMethodDescriptionprotected DOMOutputElementDOMOutputElement.createAndAttachChild(Element element) Simplest factory method, which gets called when a 1-argument element output method is called.protected DOMOutputElementDOMOutputElement.createChild(Element element) static DOMOutputElementDOMOutputElement.createRoot(Node rootNode) DOMOutputElement.getParent()protected DOMOutputElementDOMOutputElement.reuseAsChild(DOMOutputElement parent, Element element) Methods in com.ctc.wstx.dom with parameters of type DOMOutputElementModifier and TypeMethodDescriptionprotected voidDOMOutputElement.addToPool(DOMOutputElement poolHead) Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.protected final StringWstxDOMWrappingWriter.findElemPrefix(String nsURI, DOMOutputElement elem) Method called to find an existing prefix for the given namespace, if any exists in the scope.protected final StringWstxDOMWrappingWriter.findOrCreateAttrPrefix(String suggPrefix, String nsURI, DOMOutputElement 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 final StringWstxDOMWrappingWriter.generateElemPrefix(String suggPrefix, String nsURI, DOMOutputElement elem) Method called afterWstxDOMWrappingWriter.findElemPrefix(java.lang.String, com.ctc.wstx.dom.DOMOutputElement)has returned null, to create and bind a namespace mapping for specified namespace.private voidDOMOutputElement.relink(DOMOutputElement parent, Element element) Method called to reuse a pooled instance.protected DOMOutputElementDOMOutputElement.reuseAsChild(DOMOutputElement parent, Element element) private final StringWstxDOMWrappingWriter.validateElemPrefix(String prefix, String nsURI, DOMOutputElement elem) Constructors in com.ctc.wstx.dom with parameters of type DOMOutputElementModifierConstructorDescriptionprivateDOMOutputElement(DOMOutputElement parent, Element element, BijectiveNsMap ns)