com.simonstl.moe.exp
Class Unparsed

java.lang.Object
  |
  +--com.simonstl.moe.CoreComponent
        |
        +--com.simonstl.moe.explicit.Element
              |
              +--com.simonstl.moe.exp.Unparsed
All Implemented Interfaces:
AnnotableI, java.lang.Cloneable, CoreComponentI, NamingI

public class Unparsed
extends Element

The Unparsed class allows for 'lazy parsing', where only some portions of a document are parsed. It's not yet written.

version 0.01 is the initial release and contains plenty of bogus placeholder functionality.

Version:
0.01 1 September 2001
Author:
Simon St.Laurent

Fields inherited from class com.simonstl.moe.CoreComponent
annotations, complete, componentType, content, context, name, parent, unorderedContent
 
Fields inherited from interface com.simonstl.moe.CoreComponentI
ATTRIBUTE, CDATA, CHARS, COMMENT, CONTAINER, DOCTYPE, DOCUMENT, ELEMENT, END_ATTRIBUTE, END_CDATA, END_COMMENT, END_CONTAINER, END_DOCTYPE, END_DOCUMENT, END_ELEMENT, END_NAMESPACE, END_PI, END_PROPERTY, GEN_ENTITY_END, GEN_ENTITY_REF, GEN_ENTITY_START, IG_WHITESPACE, NAMESPACE_DECL, PI, PROPERTY, UNPARSED, VALUE, XML_DECL
 
Constructor Summary
Unparsed()
           
 
Method Summary
 int getBasicType()
          Element has the basic type ELEMENT.
 
Methods inherited from class com.simonstl.moe.explicit.Element
clone, listen, main, toString, toString
 
Methods inherited from class com.simonstl.moe.CoreComponent
add, addAll, addContent, addUnorderedContent, annotate, clearAll, clearContent, clearName, clearUnorderedContent, getAllAnnotations, getAnnotations, getContent, getIsComplete, getLocalName, getName, getNsURI, getParent, getPrefix, getQName, getTextContent, getTypes, getUnorderedContent, hasAnnotation, hasAnnotationOfType, hasAnnotations, hashCode, print, removeAllAnnotations, removeAnnotation, setContent, setContent, setIsComplete, setLocalName, setName, setNsURI, setParent, setPrefix, setQName, setUnorderedContent, textComponent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Unparsed

public Unparsed()
Method Detail

getBasicType

public int getBasicType()
Description copied from class: Element
Element has the basic type ELEMENT. Duh.
Overrides:
getBasicType in class Element