Method | Description | |
---|---|---|
AttributeStatement ( ) : org.apache.xerces.dom.XmlDocument | ||
AttributeStatement ( XmlElement oElem ) : org.apache.xerces.dom.XmlDocument | ||
GetAttribute ( ) : |
||
SetAttribute ( |
||
ToString ( ) : string | ||
dump ( ) : string | ||
fromDOM ( XmlElement oElem ) : void | ||
reset ( ) : void | ||
toDOM ( XmlDocument oDoc ) : XmlElement |
public AttributeStatement ( ) : org.apache.xerces.dom.XmlDocument | ||
return | org.apache.xerces.dom.XmlDocument |
public AttributeStatement ( XmlElement oElem ) : org.apache.xerces.dom.XmlDocument | ||
oElem | XmlElement | |
return | org.apache.xerces.dom.XmlDocument |
public SetAttribute ( |
||
oVal | ||
return | void |
public toDOM ( XmlDocument oDoc ) : XmlElement | ||
oDoc | XmlDocument | |
return | XmlElement |