Uses of Class
nu.xom.IllegalDataException

Packages that use IllegalDataException
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 IllegalDataException in nu.xom
 

Subclasses of IllegalDataException in nu.xom
 class IllegalCharacterDataException
           An IllegalCharacterDataException indicates an attempt to create text content that is not allowed in XML 1.0.
 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.
 



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