|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--org.apache.xerces.dom.NodeImpl
|
+--org.apache.xerces.dom.ParentNode
|
+--org.apache.xerces.dom.DocumentImpl
|
+--uk.co.demon.ursus.dom.AbstractDocumentImpl
DOM-based re-write of JUMBO functionality. Delegate functionality for DOM
| 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 |
protected PMRElement docElement
public static final java.lang.String DEFAULT_PARSER_NAME
| Constructor Detail |
public AbstractDocumentImpl()
public AbstractDocumentImpl(org.xml.sax.InputSource source)
throws java.io.IOException,
org.xml.sax.SAXException,
java.lang.Exception
public AbstractDocumentImpl(java.lang.String urlString)
throws java.io.IOException,
org.xml.sax.SAXException,
java.lang.Exception
| Method Detail |
public static org.w3c.dom.Document createDocument(java.lang.String urlString)
throws java.lang.Exception
public static org.w3c.dom.Document createDocument(org.xml.sax.InputSource source)
throws java.lang.Exception
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||