uk.co.demon.ursus.dom
Class AbstractDocumentImpl

java.lang.Object
  |
  +--org.apache.xerces.dom.NodeImpl
        |
        +--org.apache.xerces.dom.ParentNode
              |
              +--org.apache.xerces.dom.DocumentImpl
                    |
                    +--uk.co.demon.ursus.dom.AbstractDocumentImpl
Direct Known Subclasses:
PMRDocumentImpl

public class AbstractDocumentImpl
extends org.apache.xerces.dom.DocumentImpl

DOM-based re-write of JUMBO functionality. Delegate functionality for DOM

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_PARSER_NAME
           
protected  PMRElement docElement
           
 
Fields inherited from class org.apache.xerces.dom.DocumentImpl
allowGrammarAccess, docElement, docType, errorChecking, identifiers, iterators, kidOK, ranges, treeWalkers, userData
 
Fields inherited from class org.apache.xerces.dom.ParentNode
changes, firstChild, nodeListIndex, nodeListLength, nodeListNode, ownerDocument
 
Fields inherited from class org.apache.xerces.dom.NodeImpl
ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, IGNORABLEWS, MUTATION_AGGREGATE, MUTATION_ALL, MUTATION_LOCAL, MUTATION_NONE, MUTATIONEVENTS, OWNED, ownerNode, READONLY, SETVALUE, SPECIFIED, SYNCCHILDREN, SYNCDATA
 
Constructor Summary
AbstractDocumentImpl()
           
AbstractDocumentImpl(org.xml.sax.InputSource source)
           
AbstractDocumentImpl(java.lang.String urlString)
           
 
Method Summary
static org.w3c.dom.Document createDocument(org.xml.sax.InputSource source)
           
static org.w3c.dom.Document createDocument(java.lang.String urlString)
           
 
Methods inherited from class org.apache.xerces.dom.DocumentImpl
adoptNode, clone, cloneNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createDocumentType, createElement, createElementDefinition, createElementNS, createEntity, createEntityReference, createEvent, createNodeIterator, createNodeIterator, createNotation, createProcessingInstruction, createRange, createTextNode, createTreeWalker, createTreeWalker, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getErrorChecking, getIdentifier, getIdentifiers, getImplementation, getNodeIterators, getNodeName, getNodeType, getOwnerDocument, getRanges, getTreeWalkers, getUserData, importNode, insertBefore, isKidOK, isXMLName, putIdentifier, removeChild, removeIdentifier, removeTreeWalker, setErrorChecking, setUserData
 
Methods inherited from class org.apache.xerces.dom.ParentNode
changed, changes, getChildNodes, getFirstChild, getLastChild, getLength, hasChildNodes, item, normalize, replaceChild, setReadOnly, synchronizeChildren, synchronizeChildren
 
Methods inherited from class org.apache.xerces.dom.NodeImpl
addEventListener, appendChild, dispatchEvent, finalize, getAttributes, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getReadOnly, getUserData, removeEventListener, setNodeValue, setPrefix, setUserData, supports, synchronizeData, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

docElement

protected PMRElement docElement

DEFAULT_PARSER_NAME

public static final java.lang.String DEFAULT_PARSER_NAME
Constructor Detail

AbstractDocumentImpl

public AbstractDocumentImpl()

AbstractDocumentImpl

public AbstractDocumentImpl(org.xml.sax.InputSource source)
                     throws java.io.IOException,
                            org.xml.sax.SAXException,
                            java.lang.Exception

AbstractDocumentImpl

public AbstractDocumentImpl(java.lang.String urlString)
                     throws java.io.IOException,
                            org.xml.sax.SAXException,
                            java.lang.Exception
Method Detail

createDocument

public static org.w3c.dom.Document createDocument(java.lang.String urlString)
                                           throws java.lang.Exception

createDocument

public static org.w3c.dom.Document createDocument(org.xml.sax.InputSource source)
                                           throws java.lang.Exception