public final class MicroDocumentType extends AbstractMicroNode implements IMicroDocumentType
IMicroDocumentType interface.| Constructor and Description |
|---|
MicroDocumentType(IMicroDocumentType rhs) |
MicroDocumentType(String sQualifiedName,
String sPublicID,
String sSystemID) |
| Modifier and Type | Method and Description |
|---|---|
IMicroDocumentType |
getClone() |
String |
getNodeName() |
String |
getPublicID() |
String |
getQualifiedName() |
String |
getSystemID() |
EMicroNodeType |
getType() |
boolean |
isEqualContent(IMicroNode o)
As instances of this class may not implement equals/hashCode we need a way
to determine, if 2 nodes are equal by content.
|
String |
toString() |
appendChild, detachFromParent, findFirstChild, findFirstChildMapped, findParentElement, forAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getAllChildren, getAllEventTargets, getAllEventTargets, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getNextSibling, getParent, getPreviousSibling, hasChildren, hasParent, insertAfter, insertAtIndex, insertBefore, internalResetParentNode, internalSetParentNode, internalTriggerEvent, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isProcessingInstruction, isText, onAppendChild, onEvent, onInsertAfter, onInsertAtIndex, onInsertBefore, onRemoveAllChildren, onRemoveChild, onRemoveChildAtIndex, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, unregisterEventTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, containsAnyChild, detachFromParent, findParentElement, getAllChildren, getAllChildrenRecursive, getAllEventTargets, getAllEventTargets, getFirstChild, getLastChild, getNextSibling, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isProcessingInstruction, isText, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetfindFirstChild, findFirstChildMapped, getChildAtIndexpublic static final String NODE_NAME
public MicroDocumentType(@Nonnull IMicroDocumentType rhs)
@Nonnull public EMicroNodeType getType()
getType in interface IMicroNodenull.@Nonnull public String getNodeName()
getNodeName in interface IMicroNodeIMicroElement nodes this is the same as the tag name.@Nonnull public String getQualifiedName()
getQualifiedName in interface IMicroDocumentType@Nullable public String getPublicID()
getPublicID in interface IMicroDocumentType@Nullable public String getSystemID()
getSystemID in interface IMicroDocumentType@Nonnull public IMicroDocumentType getClone()
IMicroDocumentTypegetClone in interface com.helger.commons.lang.ICloneable<IMicroNode>getClone in interface IMicroDocumentTypepublic boolean isEqualContent(@Nullable IMicroNode o)
IMicroNodeisEqualContent in interface IMicroNodeo - The node to compare to this.true if the nodes are of the same type and the same
content, false otherwise.public String toString()
toString in class AbstractMicroNodeCopyright © 2014–2018 Philip Helger. All rights reserved.