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() |
appendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, detachFromParent, getAllChildrenRecursive, getChildAtIndex, getChildCount, getChildren, getFirstChild, getLastChild, getNextSibling, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, hasChildren, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isProcessingInstruction, isText, onAppendChild, onEvent, onInsertAfter, onInsertAtIndex, onInsertBefore, onRemoveAllChildren, onRemoveChild, onRemoveChildAtIndex, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendCDATA, appendCDATA, appendCDATA, appendCDATAWithConversion, appendChild, appendComment, appendComment, appendComment, appendCommentWithConversion, appendContainer, appendElement, appendElement, appendElement, appendElement, appendEntityReference, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendIgnorableWhitespaceText, appendProcessingInstruction, appendText, appendText, appendText, appendTextWithConversion, detachFromParent, getAllChildrenRecursive, getChildren, getFirstChild, getLastChild, getNextSibling, getNodeValue, getParent, getParentElementWithName, getParentElementWithName, getPreviousSibling, hasChildren, hasParent, insertAfter, insertAtIndex, insertBefore, isCDATA, isComment, isContainer, isDocument, isDocumentType, isElement, isEntityReference, isProcessingInstruction, isText, registerEventTarget, removeAllChildren, removeChild, removeChildAtIndex, replaceChild, unregisterEventTargetgetChildAtIndexgetChildCountpublic MicroDocumentType(@Nonnull IMicroDocumentType rhs)
@Nonnull public EMicroNodeType getType()
getType in interface IMicroNodenull.@Nonnull public String getNodeName()
getNodeName in interface IMicroNode@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 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 © 2006–2015 phloc systems. All rights reserved.