KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > DOMLocator > Top Examples

  • org.apache.xerces.dom.DOMLocatorImpl
    <code>DOMLocatorImpl</code> is an implementaion that describes a location (e.g. where an error occured). <p>See also the <a HREF='http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010913'>Document Object Model (DOM) Level 3 Core Specification</a>. @xerces.internal @au ...
  • com.icl.saxon.om.AbstractNode
    This class is an abstract implementation of the Saxon NodeInfo interface; it also contains concrete implementations of most of the DOM methods in terms of the NodeInfo methods. These include all the methods defined on the DOM Node class itself, and most of those defined on subclasses such as Docum ...
Popular Tags