public final class DTD extends ParentNode
endLocator
Constructor and Description |
---|
DTD(Locator locator,
String name,
String publicIdentifier,
String systemIdentifier)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name.
|
NodeType |
getNodeType()
Return the node type.
|
String |
getPublicIdentifier()
Returns the publicIdentifier.
|
String |
getSystemIdentifier()
Returns the systemIdentifier.
|
appendChild, appendChildren, copyEndLocator, getFirstChild, getLastChild, insertBefore, insertBetween, setEndLocator
detach, getAttributes, getColumnNumber, getData, getLineNumber, getLocalName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getQName, getSystemId, getTarget, getUri
public String getName()
public String getPublicIdentifier()
getPublicIdentifier
in class Node
public String getSystemIdentifier()
getSystemIdentifier
in class Node
public NodeType getNodeType()
Node
getNodeType
in class Node
Node.getNodeType()
Copyright © 2017. All rights reserved.