Package | Description |
---|---|
uk.ac.sheffield.jast.filter |
Filters for matching different types of node in XML document object models.
|
uk.ac.sheffield.jast.xml |
Types that model the DOM-tree nodes of an XML document object model.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
NameSetFilter.matchName(Markup node)
Reports whether a Markup node's name is contained within the name set.
|
private boolean |
NameFilter.matchName(Markup node)
Reports whether a Markup node's name matches this NameFilter's search
key.
|
private boolean |
PrefixFilter.matchPrefix(Markup node)
Reports whether a Markup node's prefix matches this PrefixFilter's
search key.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
Attribute is the node standing for an XML attribute.
|
class |
Declaration
Declaration is the XML declaration appearing at the head of every XML file.
|
class |
Descriptor
Descriptor is the abstract ancestor of any XML markup that has attributes.
|
class |
Doctype
Doctype is the node defining the expected syntax of an XML document.
|
class |
Element
Element is the node standing for an XML element in an XML document.
|
class |
Instruction
Instruction is a an XML processing instruction for an XML processor.
|