Uses of Class
org.apache.pivot.wtkx.WTKXSerializer.Element

Packages that use WTKXSerializer.Element
org.apache.pivot.wtkx Provides support for loading WTK components and other classes from XML. 
 

Uses of WTKXSerializer.Element in org.apache.pivot.wtkx
 

Fields in org.apache.pivot.wtkx declared as WTKXSerializer.Element
 WTKXSerializer.Element WTKXSerializer.Element.parent
           
 

Methods in org.apache.pivot.wtkx that return WTKXSerializer.Element
protected  WTKXSerializer.Element WTKXSerializer.getCurrentElement()
          Returns the element that is currently being processed.
 

Constructors in org.apache.pivot.wtkx with parameters of type WTKXSerializer.Element
WTKXSerializer.Element(WTKXSerializer.Element parent, String namespaceURI, String localName, List<WTKXSerializer.Attribute> attributes, WTKXSerializer.Element.Type type, String id, Object value, int lineNumber)