org.merlotxml.merlot
Class MerlotDOMProcessingInstruction
java.lang.Object
|
+--org.merlotxml.merlot.MerlotDOMNode
|
+--org.merlotxml.merlot.MerlotDOMProcessingInstruction
- public class MerlotDOMProcessingInstruction
- extends MerlotDOMNode
Field Summary |
protected org.w3c.dom.ProcessingInstruction |
_pi
|
protected boolean |
_visible
|
Methods inherited from class org.merlotxml.merlot.MerlotDOMNode |
addMerlotNodeListener,
appendChild,
array2String,
array2String,
clone,
delete,
equals,
fireNodeChanged,
fireNodeDeleted,
fireNodeInserted,
fireNodeRemoved,
getAppendableElements,
getAttributes,
getChildIndex,
getChildNodes,
getChildText,
getClonedFrom,
getDisplayText,
getDocument,
getDTDAttributes,
getDTDPluginConfig,
getEditor,
getEditPanel,
getFirstChild,
getIcon,
getIndices,
getInsertableElements,
getMerlotDOMDocument,
getMerlotNodeListeners,
getNodes,
getParentNode,
getPreviousSibling,
getPreviousSibling,
getRealNode,
getSmallIcon,
getTransferData,
getTransferDataFlavors,
getXMLFile,
hashCode,
importChild,
importChildAfter,
importChildBefore,
insertAfter,
insertBefore,
insertChildAt,
isAllowableChild,
isDataFlavorSupported,
isElement,
newChild,
newChild,
newSiblingAfter,
newSiblingAfter,
newSiblingBefore,
newSiblingBefore,
printNode,
printNode,
removeAllMerlotDOMNodeListeners,
removeChild,
removeMerlotNodeListener,
resetCache,
setAttributes,
setClonedFrom,
setParentNode,
setParentNode,
toString |
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)