org.apache.pivot.wtkx
Class WTKXSerializer.Element

java.lang.Object
  extended by org.apache.pivot.wtkx.WTKXSerializer.Element
Enclosing class:
WTKXSerializer

protected static class WTKXSerializer.Element
extends Object


Nested Class Summary
static class WTKXSerializer.Element.Type
           
 
Field Summary
 List<WTKXSerializer.Attribute> attributes
           
 String id
           
 int lineNumber
           
 String localName
           
 String namespaceURI
           
 WTKXSerializer.Element parent
           
 WTKXSerializer.Element.Type type
           
 Object value
           
 
Constructor Summary
WTKXSerializer.Element(WTKXSerializer.Element parent, String namespaceURI, String localName, List<WTKXSerializer.Attribute> attributes, WTKXSerializer.Element.Type type, String id, Object value, int lineNumber)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public final WTKXSerializer.Element parent

namespaceURI

public final String namespaceURI

localName

public final String localName

attributes

public final List<WTKXSerializer.Attribute> attributes

type

public final WTKXSerializer.Element.Type type

id

public final String id

value

public Object value

lineNumber

public final int lineNumber
Constructor Detail

WTKXSerializer.Element

public WTKXSerializer.Element(WTKXSerializer.Element parent,
                              String namespaceURI,
                              String localName,
                              List<WTKXSerializer.Attribute> attributes,
                              WTKXSerializer.Element.Type type,
                              String id,
                              Object value,
                              int lineNumber)