Uses of Class
org.apache.axiom.om.impl.dom.TextImpl

Packages that use TextImpl
org.apache.axiom.om.impl.dom   
 

Uses of TextImpl in org.apache.axiom.om.impl.dom
 

Fields in org.apache.axiom.om.impl.dom declared as TextImpl
private  TextImpl AttrImpl.attrValue
          Attribute value
 

Constructors in org.apache.axiom.om.impl.dom with parameters of type TextImpl
TextImpl(org.apache.axiom.om.OMContainer parent, TextImpl source, org.apache.axiom.om.OMFactory factory)
          Construct TextImpl that is a copy of the source OMTextImpl