Uses of Class
org.tinygroup.xmlparser.XmlNodeType

Packages that use XmlNodeType
org.tinygroup.xmlparser   
org.tinygroup.xmlparser.node   
 

Uses of XmlNodeType in org.tinygroup.xmlparser
 

Methods in org.tinygroup.xmlparser that return XmlNodeType
static XmlNodeType XmlNodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlNodeType[] XmlNodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of XmlNodeType in org.tinygroup.xmlparser.node
 

Constructors in org.tinygroup.xmlparser.node with parameters of type XmlNodeType
XmlNode(String nodeName, XmlNodeType nodeType)
          构造方法
XmlNode(XmlNodeType nodeType)
          构造方法
XmlNode(XmlNodeType nodeType, String nodeName)
          构造方法
 



Copyright © 2006–2015 TinyGroup. All rights reserved.