Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.lists.SeqPosition
gnu.kawa.xml.KNode
gnu.kawa.xml.KDocument
public class KDocument
extends KNode
Field Summary |
Fields inherited from class gnu.lists.SeqPosition | |
ipos , sequence |
Method Summary | |
String | |
String | |
String | |
String | |
boolean | |
String | |
protected void |
|
String | |
boolean | |
String | |
boolean | |
void | |
void |
|
void |
|
void |
|
void |
|
Methods inherited from class gnu.kawa.xml.KNode | |
atomicValue , baseURI , coerce , consume , copy , getBaseURI , getFeature , getLocalName , getNamespaceURI , getNodeName , getNodeNameObject , getNodeSymbol , getNodeValue , getNodeValue , getNodeValue , getNodeValue , getPrefix , getTextContent , getTextContent , hasAttributes , hasChildNodes , isDefaultNamespace , isSupported , lookupNamespaceURI , lookupPrefix , make , make , normalize , toString |
Methods inherited from class gnu.lists.SeqPosition | |
add , copy , finalize , fromEndIndex , getContainingSequenceSize , getNext , getNextKind , getNextTypeName , getNextTypeObject , getPos , getPrevious , gotoChildrenStart , gotoEnd , gotoNext , gotoPrevious , gotoStart , hasMoreElements , hasNext , hasPrevious , isAfter , make , next , nextElement , nextIndex , previous , previousIndex , release , remove , set , set , set , setNext , setPos , setPos , setPrevious , toInfo , toString |
public String getDocumentURI()
public String getInputEncoding()
public boolean getStrictErrorChecking()
protected void getTextContent(StringBuffer sbuf)
- Overrides:
- getTextContent in interface KNode
public String getXmlEncoding()
public boolean getXmlStandalone()
public String getXmlVersion()
public void normalizeDocument()
public void setDocumentURI(String documentURI)
public void setStrictErrorChecking(boolean strictErrorChecking)
public void setXmlStandalone(boolean xmlStandalone)
public void setXmlVersion(String xmlVersion)