Uses of Class
com.ricebridge.xmlman.in.NameInfo

Packages that use NameInfo
com.ricebridge.xmlman.in   
com.ricebridge.xmlman.in.test   
 

Uses of NameInfo in com.ricebridge.xmlman.in
 

Fields in com.ricebridge.xmlman.in declared as NameInfo
protected  NameInfo Point.iName
          Element name.
 

Methods in com.ricebridge.xmlman.in that return NameInfo
 NameInfo TreeNode.getName()
          Get the element name of this node.
 NameInfo TargetPath.getAttrNameInfo()
          Get the target attribute name.
 NameInfo StartPoint.getNameInfo()
          Get the element name.
 NameInfo StartPoint.findAttribute(NameInfo pTargetAttr)
           
 NameInfo Point.getName()
          Get the name of the element at this event point.
 NameInfo OutData.getAttrName()
          Get the attribute name.
 

Methods in com.ricebridge.xmlman.in with parameters of type NameInfo
 void TreeNode.incrementPosition(NameInfo pName)
          Increment the position of a child element.
 void TextAppender.appendStart(NameInfo pNameInfo, Map pAttrMap)
          Append start element XML.
 void TextAppender.appendEnd(NameInfo pNameInfo)
          Append end element XML.
 NameInfo StartPoint.findAttribute(NameInfo pTargetAttr)
           
 boolean StartPoint.hasAttribute(NameInfo pName)
          Check if element has specified attribute.
 String StartPoint.getAttributeValue(NameInfo pName)
          Get the value of an attribute.
 

Constructors in com.ricebridge.xmlman.in with parameters of type NameInfo
TreeNode(NameInfo pName, int pDepth, String pLang)
          Create a TreeNode representing an XML element.
StartPoint(NameInfo pName)
          Create with element name.
StartPoint(NameInfo pName, HashMap pAttributeMap, List pAttributeOrder, boolean pNamespaceAware)
          Create with full element description.
Point(NameInfo pName)
          Create an event point for a given element.
OutData(NameInfo pAttrNameInfo)
          Data field value output to attribute.
EndPoint(NameInfo pName, String pText)
          Create the end point with the specified name and preceding child text.
 

Uses of NameInfo in com.ricebridge.xmlman.in.test
 

Methods in com.ricebridge.xmlman.in.test that return NameInfo
static NameInfo TestUtil.makeNameInfo()
           
static NameInfo TestUtil.makeNameInfo(String pLocalName)
           
static NameInfo TestUtil.makeNameInfo(String pLocalName, String pNamespaceURI)
           
 



Copyright © 2004-2005 Ricebridge