org.merlotxml.merlot
Class MerlotDOMProcessingInstruction
java.lang.Object
org.merlotxml.merlot.MerlotDOMNode
org.merlotxml.merlot.MerlotDOMProcessingInstruction
- All Implemented Interfaces:
- java.lang.Cloneable, MerlotConstants, java.awt.datatransfer.Transferable
- public class MerlotDOMProcessingInstruction
- extends MerlotDOMNode
Field Summary |
protected org.w3c.dom.ProcessingInstruction |
_pi
|
protected boolean |
_visible
|
Fields inherited from interface org.merlotxml.merlot.MerlotConstants |
ACTION_MENU_ACCELERATOR, ACTION_MENU_ICON, ACTION_NAME, ACTION_SHORT_DESCRIPTION, ACTION_SMALL_ICON, AFTER, BEFORE, ERR, INTO, UI, XML |
Methods inherited from class org.merlotxml.merlot.MerlotDOMNode |
addMerlotNodeListener, appendChild, array2String, array2String, delete, equals, fireNodeChanged, fireNodeDeleted, fireNodeInserted, fireNodeRemoved, getAppendableElements, getAttributes, getAttributesOfType, getChildElements, getChildIndex, getChildNodes, getChildText, getClonedFrom, getDescriptiveText, getDescriptiveText, getDisplayText, getDocument, getDTDAttributes, getDTDDocument, getDTDPluginConfig, getEditor, getEditPanel, getFirstAttributeOfType, getFirstChild, getGrammarAttribute, getGrammarAttributes, getGrammarComplexType, getGrammarDocument, getIcon, getIdManager, getIndices, getInsertableElements, getInsertableElements, getMerlotDOMDocument, getMerlotNodeListeners, getNodes, getParentNode, getPreviousSibling, getPreviousSibling, getProperty, getRealNode, getSmallIcon, getTransferData, getTransferDataFlavors, getXMLFile, hashCode, importChild, importChild, importChildAfter, importChildBefore, insertAfter, insertBefore, insertChildAt, isAllowableChild, isAllowableChild, isAllowableChild, isDataFlavorSupported, isElement, isRootElement, isValid, locationIsValid, mayBeRemoved, newChild, newChild, newSiblingAfter, newSiblingAfter, newSiblingBefore, newSiblingBefore, printNode, printNode, removeAllMerlotDOMNodeListeners, removeAttributes, removeChild, removeMerlotNodeListener, resetCache, setAttributes, setClonedFrom, setDescriptiveText, setParentNode, setParentNode, toPathString, toString, toXMLShort |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
_visible
protected boolean _visible
_pi
protected org.w3c.dom.ProcessingInstruction _pi
MerlotDOMProcessingInstruction
public MerlotDOMProcessingInstruction(org.w3c.dom.Node c,
XMLFile doc)
getNodeName
public java.lang.String getNodeName()
- Overrides:
getNodeName
in class MerlotDOMNode
setVisible
public void setVisible(boolean tf)
isVisible
public boolean isVisible()
setTarget
public void setTarget(java.lang.String s)
getTarget
public java.lang.String getTarget()
getText
public java.lang.String getText()
setText
public void setText(java.lang.String s)
getNode
public org.w3c.dom.ProcessingInstruction getNode()
setNode
public void setNode(org.w3c.dom.ProcessingInstruction node)
isSpecialNode
public boolean isSpecialNode()
- Overrides:
isSpecialNode
in class MerlotDOMNode
clone
public java.lang.Object clone()
- Description copied from class:
MerlotDOMNode
- provides a deep copy
- Overrides:
clone
in class MerlotDOMNode