|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.xml.AbstractXmlNode
org.jvoicexml.xml.AbstractXmlDocumentType
public abstract class AbstractXmlDocumentType
Base class for a DOCTYPE node.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AbstractXmlDocumentType(String name,
String publicId,
String systemId)
Constructs a new objects. |
|
| Method Summary | |
|---|---|
boolean |
canContainChild(String childName)
Can the specified sub-tag be contained within this node? |
NamedNodeMap |
getEntities()
|
String |
getInternalSubset()
|
String |
getName()
|
NamedNodeMap |
getNotations()
|
String |
getPublicId()
|
String |
getSystemId()
|
String |
getTagName()
Retrieves the name of the tag for the derived node. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Methods inherited from interface org.jvoicexml.xml.XmlNode |
|---|
newInstance |
| Constructor Detail |
|---|
public AbstractXmlDocumentType(String name,
String publicId,
String systemId)
name - the qualified name of the document type to be created.publicId - the external subset public identifier.systemId - the external subset system identifier.| Method Detail |
|---|
public final String getName()
getName in interface DocumentTypepublic final String getTagName()
getTagName in interface XmlNodepublic final String getPublicId()
getPublicId in interface DocumentTypepublic final String getSystemId()
getSystemId in interface DocumentTypepublic final boolean canContainChild(String childName)
canContainChild in class AbstractXmlNodechildName - Name of child.
public final NamedNodeMap getEntities()
getEntities in interface DocumentTypepublic final NamedNodeMap getNotations()
getNotations in interface DocumentTypepublic final String getInternalSubset()
getInternalSubset in interface DocumentTypepublic final String toString()
toString in class AbstractXmlNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||