Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
IllegalCharacterDataException
Indicates an attempt to create text content that is not allowed in
XML 1.0.
|
class |
IllegalNameException
Indicates an attempt to assign a name that is not a legal XML name.
|
class |
IllegalTargetException
Indicates an attempt to
assign a processing instruction target that is not a
legal XML 1.0 processing instruction target.
|
class |
MalformedURIException
Indicates 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.
|
Copyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>