com.fasterxml.aalto.in
Class ElementScope

java.lang.Object
  extended by com.fasterxml.aalto.in.ElementScope

public final class ElementScope
extends Object

Simple container of information about an open element (one for which start tag has been seen, but not yet end; or, for empty tags, START_ELEMENT has been returned but END_ELEMENT not yet)


Constructor Summary
ElementScope(PName name, ElementScope parent)
           
 
Method Summary
 PName getName()
           
 ElementScope getParent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementScope

public ElementScope(PName name,
                    ElementScope parent)
Method Detail

getName

public PName getName()

getParent

public ElementScope getParent()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Fasterxml.com. All Rights Reserved.