Uses of Class
nu.xom.XMLException

Packages that use XMLException
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
 

Uses of XMLException in nu.xom
 

Subclasses of XMLException in nu.xom
 class CycleException
           A CycleException indicates an attempt to insert an ancestor element as one of its own descendants.
 class IllegalAddException
           An IllegalAddException indicates an attempt to add a node in a wrong place; for instance adding any child to a Text node or adding a Text node to a Document object.
 class IllegalCharacterDataException
           An IllegalCharacterDataException indicates an attempt to create text content that is not allowed in XML 1.0.
 class IllegalDataException
           An IllegalDataException indicates an attempt to set some value to malformed content; for instance by adding a string containing a null or a vertical tab to a text node, or using white space in an element name.
 class IllegalNameException
           An IllegalNameException indicates an attempt to assign a name that is not a legal XML name.
 class IllegalTargetException
           An IllegalTargetException indicates an attempt to assign a processing instruction target that is not a legal XML 1.0 processing instruction target.
 class MalformedURIException
           A MalformedURIException signals that a string intended for use as a URI reference (typically a namespace name or a base URI) is not a syntactically correct URI according to RFC 2396.
 class MultipleParentException
           A MultipleParentException indicates an attempt to add an element that already has a parent to a node.
 class NamespaceConflictException
           A NamespaceException indicates some violation of the rules of Namespaces in XML.
 class NoSuchAttributeException
           Indicates that an attribute with a certain name and/or namespace does not exist.
 class NoSuchChildException
           Indicates that a child with a certain name and/or namespace does not exist.
 class WellformednessException
           A WellformednessException indicates an attempt to do or create something that could not possibly be serialized in a namespace well-formed XML 1.0 document.
 



Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu