Package com.topologi.diffx.xml.sax
Class XMLWriterSAX.PrefixMapping
java.lang.Object
com.topologi.diffx.xml.sax.XMLWriterSAX.PrefixMapping
- Enclosing class:
- XMLWriterSAX
Light-weight class to represent a prefix mapping.
The class attributes cannot be null.
- Version:
- 31 August 2004
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prefix
The prefix associated to the URI. -
uri
The namespace URI.
-
-
Constructor Details
-
PrefixMapping
Creates a new prefix mapping.- Parameters:
prefix- The prefix for the URI.uri- The full namespace URI.
-