Uses of Class
nu.xom.IllegalDataException
-
Packages that use IllegalDataException Package Description nu.xom nu.xomis 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 Modifier and Type Class Description classIllegalCharacterDataExceptionIndicates an attempt to create text content that is not allowed in XML 1.0.classIllegalNameExceptionIndicates an attempt to assign a name that is not a legal XML name.classIllegalTargetExceptionIndicates an attempt to assign a processing instruction target that is not a legal XML 1.0 processing instruction target.classMalformedURIExceptionIndicates that a string intended for use as a URI or URI reference (typically a namespace name or a base URI) is not syntactically correct according to RFC 3986.
-