Uses of Class
com.fasterxml.aalto.dom.DOMOutputElement

Packages that use DOMOutputElement
com.fasterxml.aalto.dom   
 

Uses of DOMOutputElement in com.fasterxml.aalto.dom
 

Fields in com.fasterxml.aalto.dom declared as DOMOutputElement
protected  DOMOutputElement DOMWriterImpl._currElem
          This element is the current context element, under which all other nodes are added, until matching end element is output.
protected  DOMOutputElement DOMWriterImpl._openElement
          This element is non-null right after a call to either writeStartElement and writeEmptyElement, and can be used to add attributes and namespace declarations.
 

Methods in com.fasterxml.aalto.dom that return DOMOutputElement
protected  DOMOutputElement DOMOutputElement.createAndAttachChild(Element element)
          Simplest factory method, which gets called when a 1-argument element output method is called.
protected  DOMOutputElement DOMOutputElement.createChild(Element element)
           
static DOMOutputElement DOMOutputElement.createRoot()
           
 DOMOutputElement DOMOutputElement.getParent()
           
protected  DOMOutputElement DOMOutputElement.reuseAsChild(DOMOutputElement parent, Element element)
           
 

Methods in com.fasterxml.aalto.dom with parameters of type DOMOutputElement
protected  void DOMOutputElement.addToPool(DOMOutputElement poolHead)
          Method called to temporarily link this instance to a pool, to allow reusing of instances with the same reader.
protected  String DOMWriterImpl.findElemPrefix(String nsURI, DOMOutputElement elem)
          Method called to find an existing prefix for the given namespace, if any exists in the scope.
protected  String DOMWriterImpl.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  String DOMWriterImpl.generateElemPrefix(String suggPrefix, String nsURI, DOMOutputElement elem)
          Method called after DOMWriterImpl.findElemPrefix(java.lang.String, com.fasterxml.aalto.dom.DOMOutputElement) has returned null, to create and bind a namespace mapping for specified namespace.
protected  DOMOutputElement DOMOutputElement.reuseAsChild(DOMOutputElement parent, Element element)
           
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.