Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.enhydra.xml.lazydom.LazyDocument

Uses of LazyDocument in org.enhydra.xml.lazydom
 

Fields in org.enhydra.xml.lazydom declared as LazyDocument
private  LazyDocument TemplateDOM.fTemplateDocument
          The template document, marked readonly
private  LazyDocument LazyDocument.fTemplateNode
          Template for this Document.
private  LazyDocument LazyDOMTraversal.fLazyDoc
          Lazy document being traversed
private  LazyDocument LazyDOMSimpleTraversal.fLazyDoc
          Lazy document being traversed
 

Methods in org.enhydra.xml.lazydom that return LazyDocument
 LazyDocument LazyDocument.getTemplateDocument()
          Get the template for this node.
 

Methods in org.enhydra.xml.lazydom with parameters of type LazyDocument
private  void LazyElementNoNS.doExpandAttributes(LazyDocument doc)
          Do work of expanding attributes.
private  void LazyElementNS.doExpandAttributes(LazyDocument doc)
          Do work of expanding attributes.
private  void LazyDocumentType.doExpandContents(LazyDocument doc)
          Do work of expanding the contents.
 

Constructors in org.enhydra.xml.lazydom with parameters of type LazyDocument
TemplateDOM(LazyDocument templateDocument)
          Constructor.
LazyText(LazyDocument ownerDoc, LazyText template, java.lang.String data)
          Constructor.
LazyProcessingInstruction(LazyDocument ownerDoc, LazyProcessingInstruction template, java.lang.String target, java.lang.String data)
          Constructor.
LazyNotation(LazyDocument ownerDoc, LazyNotation template, java.lang.String name, java.lang.String publicId, java.lang.String systemId)
          Constructor
LazyEntityReference(LazyDocument ownerDoc, LazyEntityReference template, java.lang.String name)
          Constructor.
LazyEntity(LazyDocument ownerDoc, LazyEntity template, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notationName)
          Constructor from template.
LazyElementNoNS(LazyDocument ownerDoc, LazyElement template, java.lang.String qualifiedName)
          Constructor.
LazyElementNS(LazyDocument ownerDoc, LazyElement template, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Constructor.
LazyDocumentType(LazyDocument ownerDoc, LazyDocumentType template, java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset)
          Constructor.
LazyComment(LazyDocument ownerDoc, LazyComment template, java.lang.String data)
          Constructor.
LazyCDATASection(LazyDocument ownerDoc, LazyCDATASection template, java.lang.String data)
          Constructor.
LazyAttrNoNS(LazyDocument ownerDoc, LazyAttrNoNS template, java.lang.String qualifiedName)
          Constructor with no namespace.
LazyAttrNS(LazyDocument ownerDoc, LazyAttrNS template, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Constructor with namespace.