uk.co.demon.ursus.dom
Interface PMRNode

All Known Subinterfaces:
AbstractAngle, AbstractAtom, AbstractAtomRef, AbstractBond, AbstractBuiltinContainer, AbstractStringVal, Angle, Atom, AtomArray, Bond, BondArray, CML, CMLBase, CMLValidity, Crystal, Electron, Execute, Feature, FloatArray, FloatMatrix, FloatVal, Formula, HasExecute, IntegerArray, IntegerVal, Link, List, Molecule, NumericVal, PMRElement, Reaction, Sequence, STElement, StringArray, StringVal, Torsion, Validity

public interface PMRNode
extends org.w3c.dom.Node


Field Summary
static int ATTRIBUTES
          the attributes as a table
static int CONTENT
          heuristically rendered content; may be subclassed
static int ELEMENTNAME
          the element name as a text field
static int IDLIST
          output ids
static int NESTED
          nested JComponents
static int NESTEDATTS
          nested JComponents with Attributes
static java.lang.String PACKAGENAME
           
static int PRETTY
          the event stream pretty printed
static int SPLITFILES
          split into files after the 2nd level
static int STYLE
          style
static int TAGGED
          the event stream with tags (at present identical to XML)
static int UNTAGGED
          the event stream with tag removed
static int WHITESPACE
          the event stream with whitespace highlighted by comments
static int XMLCONTENT
          the CONTENT as raw XML stream
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, normalize, removeChild, replaceChild, setNodeValue, setPrefix, supports
 

Field Detail

PACKAGENAME

public static final java.lang.String PACKAGENAME

ELEMENTNAME

public static final int ELEMENTNAME
the element name as a text field

ATTRIBUTES

public static final int ATTRIBUTES
the attributes as a table

XMLCONTENT

public static final int XMLCONTENT
the CONTENT as raw XML stream

CONTENT

public static final int CONTENT
heuristically rendered content; may be subclassed

TAGGED

public static final int TAGGED
the event stream with tags (at present identical to XML)

UNTAGGED

public static final int UNTAGGED
the event stream with tag removed

PRETTY

public static final int PRETTY
the event stream pretty printed

SPLITFILES

public static final int SPLITFILES
split into files after the 2nd level

WHITESPACE

public static final int WHITESPACE
the event stream with whitespace highlighted by comments

NESTED

public static final int NESTED
nested JComponents

NESTEDATTS

public static final int NESTEDATTS
nested JComponents with Attributes

IDLIST

public static final int IDLIST
output ids

STYLE

public static final int STYLE
style