ORG.oclc.xml.parser
Class Notation
java.lang.Object
|
+--ORG.oclc.xml.om.ElementImpl
|
+--ORG.oclc.xml.parser.Notation
- public class Notation
- extends ElementImpl
This class implements an entity object representing an XML notation.
Methods inherited from class ORG.oclc.xml.om.ElementImpl |
addChild,
addChild,
getAttribute,
getAttribute,
getAttributes,
getChild,
getChildren,
getElements,
getParent,
getTagName,
getText,
getType,
isAttributeQualified,
numAttributes,
numElements,
qualifyName,
removeAttribute,
removeAttribute,
removeChild,
saveAttributes,
setAttribute,
setAttribute,
setParent,
setText,
toString |
toSchema
public Element toSchema()
- Overrides:
- toSchema in class ElementImpl
save
public void save(XMLOutputStream o)
throws IOException
- Saves the notation to the given output stream with indenting and new lines.
- Parameters:
o
- The output stream.- Throws:
- IOException - if there is a problem writing to the output stream.
- Overrides:
- save in class ElementImpl