com.wutka.dtd
Class DTDProcessingInstruction
java.lang.Object
com.wutka.dtd.DTDProcessingInstruction
- All Implemented Interfaces:
- DTDOutput
- public class DTDProcessingInstruction
- extends java.lang.Object
- implements DTDOutput
Represents a processing instruction in the DTD
- Version:
- $Revision: 1.1 $ $Date: 2005/07/29 05:07:35 $ by $Author: pavels $
- Author:
- Mark Wutka
|
Field Summary |
java.lang.String |
text
The processing instruction text |
|
Method Summary |
boolean |
equals(java.lang.Object ob)
|
java.lang.String |
getText()
Retrieves the instruction text |
void |
setText(java.lang.String theText)
Sets the instruction text |
java.lang.String |
toString()
|
void |
write(java.io.PrintWriter out)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
text
public java.lang.String text
- The processing instruction text
DTDProcessingInstruction
public DTDProcessingInstruction()
DTDProcessingInstruction
public DTDProcessingInstruction(java.lang.String theText)
toString
public java.lang.String toString()
write
public void write(java.io.PrintWriter out)
throws java.io.IOException
- Specified by:
write in interface DTDOutput
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object ob)
setText
public void setText(java.lang.String theText)
- Sets the instruction text
getText
public java.lang.String getText()
- Retrieves the instruction text
Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com