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

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

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

Fields in org.apache.pivot.wtkx with type parameters of type WTKXSerializer.Attribute
 List<WTKXSerializer.Attribute> WTKXSerializer.Element.attributes
           
 

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