Uses of Class
org.exolab.castor.mapping.xml.types.BindXmlNodeType

Packages that use BindXmlNodeType
org.exolab.castor.mapping.xml   
org.exolab.castor.mapping.xml.types   
 

Uses of BindXmlNodeType in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return BindXmlNodeType
 BindXmlNodeType BindXml.getNode()
          Returns the value of field 'node'.
 

Methods in org.exolab.castor.mapping.xml with parameters of type BindXmlNodeType
 void BindXml.setNode(BindXmlNodeType node)
          Sets the value of field 'node'.
 

Uses of BindXmlNodeType in org.exolab.castor.mapping.xml.types
 

Fields in org.exolab.castor.mapping.xml.types declared as BindXmlNodeType
static BindXmlNodeType BindXmlNodeType.ATTRIBUTE
          The instance of the attribute type
static BindXmlNodeType BindXmlNodeType.ELEMENT
          The instance of the element type
static BindXmlNodeType BindXmlNodeType.NAMESPACE
          The instance of the namespace type
static BindXmlNodeType BindXmlNodeType.TEXT
          The instance of the text type
 

Methods in org.exolab.castor.mapping.xml.types that return BindXmlNodeType
static BindXmlNodeType BindXmlNodeType.valueOf(String string)
          Method valueOf.Returns a new BindXmlNodeType based on the given String value.
 



Copyright © 2010. All Rights Reserved.