Class Element_uri

All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>, Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>

@Undocumented public class Element_uri extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Describes one uri value argument in an option's list of argument types. Is mostly used for file system positions / files.

<!ELEMENT uri ((dirOnly | notDir)?, (writable)?) >.
Optional attribute: default.
This class realizes the element definition from the source DTD.