com.wutka.dtd
Class DTDProcessingInstruction
- DTDOutput
public class DTDProcessingInstruction
Represents a processing instruction in the DTD
$Revision: 1.16 $ $Date: 2002/07/19 01:20:11 $ by $Author: wutka $ String | text - The processing instruction text
|
boolean | equals(Object ob)
|
String | getText() - Retrieves the instruction text
|
void | setText(String theText) - Sets the instruction text
|
String | toString()
|
void | write(PrintWriter out)
|
text
public String text
The processing instruction text
DTDProcessingInstruction
public DTDProcessingInstruction()
DTDProcessingInstruction
public DTDProcessingInstruction(String theText)
equals
public boolean equals(Object ob)
getText
public String getText()
Retrieves the instruction text
setText
public void setText(String theText)
Sets the instruction text
toString
public String toString()
write
public void write(PrintWriter out)
throws IOException
- write in interface DTDOutput
Copyright (c) 2001 Mark Wutka.