org.apache.crimson.tree
Class XmlDocument.ExtWriteContext
java.lang.Object
org.apache.crimson.tree.XmlWriteContext
org.apache.crimson.tree.XmlDocument.ExtWriteContext
- Enclosing class:
- XmlDocument
- class XmlDocument.ExtWriteContext
- extends XmlWriteContext
Method Summary |
boolean |
isEntityDeclared(String name)
Returns true if the specified entity was already declared
in this output context, so that entity references may be
written rather than their expanded values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlDocument.ExtWriteContext
XmlDocument.ExtWriteContext(Writer out)
XmlDocument.ExtWriteContext
XmlDocument.ExtWriteContext(Writer out,
int level)
isEntityDeclared
public boolean isEntityDeclared(String name)
- Description copied from class:
XmlWriteContext
- Returns true if the specified entity was already declared
in this output context, so that entity references may be
written rather than their expanded values. The predefined
XML entities are always declared.
- Overrides:
isEntityDeclared
in class XmlWriteContext