Class | Description |
---|---|
org.apache.xerces.dom.ASDOMImplementationImpl | |
org.apache.xerces.dom.ASModelImpl | |
org.apache.xerces.parsers.DOMASBuilderImpl |
Field | Description |
---|---|
org.apache.xerces.impl.Version.fVersion |
getVersion() should be used instead.
|
Method | Description |
---|---|
org.apache.xerces.dom.AttrImpl.getElement() |
Previous working draft of DOM Level 2. New method
is getOwnerElement().
|
org.apache.xerces.dom.CoreDocumentImpl.getEncoding() |
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
|
org.apache.xerces.dom.CoreDocumentImpl.getStandalone() |
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
|
org.apache.xerces.dom.CoreDocumentImpl.getVersion() |
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
|
org.apache.xerces.dom.CoreDocumentImpl.setEncoding(String) |
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
|
org.apache.xerces.dom.CoreDocumentImpl.setStandalone(boolean) |
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
|
org.apache.xerces.dom.CoreDocumentImpl.setVersion(String) |
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
|
org.apache.xerces.dom.DeferredDocumentImpl.createDeferredElement(String, String, Object) | |
org.apache.xerces.dom.DeferredDocumentImpl.setDeferredAttribute(int, String, String, String, boolean) | |
org.apache.xerces.dom.NodeImpl.compareTreePosition(Node) | |
org.apache.xerces.util.EncodingMap.putIANA2JavaMapping(String, String) |
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
|
org.apache.xerces.util.EncodingMap.putJava2IANAMapping(String, String) |
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
|
org.apache.xerces.util.EncodingMap.removeIANA2JavaMapping(String) |
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
|
org.apache.xerces.util.EncodingMap.removeJava2IANAMapping(String) |
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
|
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.