|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SXNode | |
---|---|
org.deckfour.spex |
Uses of SXNode in org.deckfour.spex |
---|
Subclasses of SXNode in org.deckfour.spex | |
---|---|
class |
SXCommentNode
Wraps an XML comment within a syntactical node, to allow for correct code formatting / indentation and sufficiently complex document layouts. |
class |
SXDocument
This class represents an XML document. |
class |
SXTag
This class represents regular tag nodes in XML. |
class |
SXTextNode
Bogus wrapper class for text nodes. |
Fields in org.deckfour.spex declared as SXNode | |
---|---|
protected SXNode |
SXDocument.lastChildNode
Last opened child node of this document. |
protected SXNode |
SXTag.lastChildNode
The last opened child node of this tag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |