Class DOMOutputInstruction
java.lang.Object
|
+--DOMOutputInstruction
- public class DOMOutputInstruction
- extends java.lang.Object
Represents an instruction used to create a portion of a DOM
- Version:
- $2004-05-23 02:07:35 mdh$
- Author:
- Malcolm D. Hyman
|
Constructor Summary |
DOMOutputInstruction(boolean isWord,
int type,
java.lang.Object content,
java.lang.String lang)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DOMOutputInstruction
public DOMOutputInstruction(boolean isWord,
int type,
java.lang.Object content,
java.lang.String lang)
isWord
public boolean isWord()
getType
public int getType()
getNode
public org.w3c.dom.Node getNode()
getStringValue
public java.lang.String getStringValue()
getLang
public java.lang.String getLang()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object