메소드 |
설명 |
|
Dispose ( ) : void |
|
|
Equals ( Object sb ) : bool |
|
|
GetHashCode ( ) : int |
|
|
XMLToken ( ) : System |
|
|
XMLToken ( XMLToken orig ) : System |
|
|
XMLToken ( XMLTriple triple ) : System |
|
|
XMLToken ( XMLTriple triple, XMLAttributes attributes ) : System |
|
|
XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System |
|
|
XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System |
|
|
XMLToken ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System |
|
|
XMLToken ( XMLTriple triple, XMLAttributes attributes, long line ) : System |
|
|
XMLToken ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System |
|
|
XMLToken ( XMLTriple triple, long line ) : System |
|
|
XMLToken ( XMLTriple triple, long line, long column ) : System |
|
|
XMLToken ( string chars ) : System |
|
|
XMLToken ( string chars, long line ) : System |
|
|
XMLToken ( string chars, long line, long column ) : System |
|
|
addAttr ( XMLTriple triple, string value ) : int |
|
|
addAttr ( string name, string value ) : int |
|
|
addAttr ( string name, string value, string namespaceURI ) : int |
|
|
addAttr ( string name, string value, string namespaceURI, string prefix ) : int |
|
|
addNamespace ( string uri ) : int |
|
|
addNamespace ( string uri, string prefix ) : int |
|
|
append ( string chars ) : int |
|
|
clearAttributes ( ) : int |
|
|
clearNamespaces ( ) : int |
|
|
clone ( ) : XMLToken |
|
|
getAttrIndex ( XMLTriple triple ) : int |
|
|
getAttrIndex ( string name ) : int |
|
|
getAttrIndex ( string name, string uri ) : int |
|
|
getAttrName ( int index ) : string |
|
|
getAttrPrefix ( int index ) : string |
|
|
getAttrPrefixedName ( int index ) : string |
|
|
getAttrURI ( int index ) : string |
|
|
getAttrValue ( XMLTriple triple ) : string |
|
|
getAttrValue ( int index ) : string |
|
|
getAttrValue ( string name ) : string |
|
|
getAttrValue ( string name, string uri ) : string |
|
|
getAttributes ( ) : XMLAttributes |
|
|
getAttributesLength ( ) : int |
|
|
getCharacters ( ) : string |
|
|
getColumn ( ) : long |
|
|
getLine ( ) : long |
|
|
getName ( ) : string |
|
|
getNamespaceIndex ( string uri ) : int |
|
|
getNamespaceIndexByPrefix ( string prefix ) : int |
|
|
getNamespacePrefix ( int index ) : string |
|
|
getNamespacePrefix ( string uri ) : string |
|
|
getNamespaceURI ( ) : string |
|
|
getNamespaceURI ( int index ) : string |
|
|
getNamespaceURI ( string prefix ) : string |
|
|
getNamespaces ( ) : XMLNamespaces |
|
|
getNamespacesLength ( ) : int |
|
|
getPrefix ( ) : string |
|
|
getURI ( ) : string |
|
|
hasAttr ( XMLTriple triple ) : bool |
|
|
hasAttr ( int index ) : bool |
|
|
hasAttr ( string name ) : bool |
|
|
hasAttr ( string name, string uri ) : bool |
|
|
hasNamespaceNS ( string uri, string prefix ) : bool |
|
|
hasNamespacePrefix ( string prefix ) : bool |
|
|
hasNamespaceURI ( string uri ) : bool |
|
|
isAttributesEmpty ( ) : bool |
|
|
isEOF ( ) : bool |
|
|
isElement ( ) : bool |
|
|
isEnd ( ) : bool |
|
|
isEndFor ( XMLToken element ) : bool |
|
|
isNamespacesEmpty ( ) : bool |
|
|
isStart ( ) : bool |
|
|
isText ( ) : bool |
|
|
operator ( ) : bool |
|
|
removeAttr ( XMLTriple triple ) : int |
|
|
removeAttr ( int n ) : int |
|
|
removeAttr ( string name ) : int |
|
|
removeAttr ( string name, string uri ) : int |
|
|
removeNamespace ( int index ) : int |
|
|
removeNamespace ( string prefix ) : int |
|
|
setAttributes ( XMLAttributes attributes ) : int |
|
|
setEOF ( ) : int |
|
|
setEnd ( ) : int |
|
|
setNamespaces ( XMLNamespaces namespaces ) : int |
|
|
setTriple ( XMLTriple triple ) : int |
|
|
toString ( ) : string |
|
|
unsetEnd ( ) : int |
|
|