public class OMDocTypeImpl extends OMLeafNode implements org.apache.axiom.om.impl.common.AxiomDocType
| Constructor and Description |
|---|
OMDocTypeImpl(org.apache.axiom.om.OMContainer parentNode,
String rootName,
String publicId,
String systemId,
String internalSubset,
org.apache.axiom.om.OMFactory factory,
boolean fromBuilder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInternalSubset() |
String |
getPublicId() |
String |
getRootName() |
String |
getSystemId() |
int |
getType() |
void |
internalSerialize(org.apache.axiom.om.impl.common.serializer.push.Serializer serializer,
org.apache.axiom.om.OMOutputFormat format,
boolean cache) |
build, discard, getBuilder, isComplete, setCompleteclone, coreSetParentgetOMFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsumebuildWithAttachments, detach, getNextOMSibling, getNextOMSiblingIfAvailable, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBeforebuild, close, isComplete, serialize, serialize, serializeAndConsumecoreDetach, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParent, coreGetPreviousSibling, coreHasParent, coreInsertSiblingAfter, coreInsertSiblingBefore, coreInsertSiblingsBefore, coreSetNextSibling, coreSetOwnerDocument, coreSetPreviousSibling, internalSetParent, internalUnsetParentclose, getBuilder, serialize, serialize, serializeAndConsume, setCompletepublic final int getType()
getType in interface org.apache.axiom.om.OMNodepublic void internalSerialize(org.apache.axiom.om.impl.common.serializer.push.Serializer serializer,
org.apache.axiom.om.OMOutputFormat format,
boolean cache)
throws org.apache.axiom.om.impl.common.serializer.push.OutputException
internalSerialize in interface org.apache.axiom.om.impl.common.AxiomSerializableorg.apache.axiom.om.impl.common.serializer.push.OutputExceptionpublic String getRootName()
getRootName in interface org.apache.axiom.om.OMDocTypepublic String getPublicId()
getPublicId in interface org.apache.axiom.om.OMDocTypepublic String getSystemId()
getSystemId in interface org.apache.axiom.om.OMDocTypepublic String getInternalSubset()
getInternalSubset in interface org.apache.axiom.om.OMDocTypeCopyright ? The Apache Software Foundation. All Rights Reserved.