Home
last modified time | relevance | path

Searched refs:DTMException (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNamedNodeMap.java163 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in setNamedItem()
183 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItem()
242 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in setNamedItemNS()
268 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItemNS()
275 public class DTMException extends org.w3c.dom.DOMException class in DTMNamedNodeMap
284 public DTMException(short code, String message) in DTMException() method in DTMNamedNodeMap.DTMException
295 public DTMException(short code) in DTMException() method in DTMNamedNodeMap.DTMException
DDTMManagerDefault.java31 import org.apache.xml.dtm.DTMException;
148 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null)); … in addDTM()
477 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NOT_SUPPORTED, new Object… in getDTM()
616 throw new DTMException(se.getMessage(), se); in getXMLReader()
778 throw new DTMException(e); in createDocumentFragment()
DDTMDefaultBaseIterators.java159 throw new DTMException(XMLMessages.createXMLMessage( in getTypedAxisIterator()
226 throw new DTMException(XMLMessages.createXMLMessage( in getAxisIterator()
1288 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_ITERATOR_CLONE_NOT_SUPPOR… in cloneIterator()
1640 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_ITERATOR_CLONE_NOT_SUPPOR… in cloneIterator()
DDTMDefaultBaseTraversers.java184 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_UNKNOWN_AXIS_TYPE, new Ob… in getAxisTraverser()
188 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_AXIS_TRAVERSER_NOT_SUPPOR… in getAxisTraverser()
DDTMDefaultBase.java2261 throw new DTMException(msg); in error()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java37 public class DTMException extends RuntimeException { class
135 public DTMException(String message) { in DTMException() method in DTMException
148 public DTMException(Throwable e) { in DTMException() method in DTMException
166 public DTMException(String message, Throwable e) { in DTMException() method in DTMException
186 public DTMException(String message, SourceLocator locator) { in DTMException() method in DTMException
202 public DTMException(String message, SourceLocator locator, in DTMException() method in DTMException
342 if (exception instanceof DTMException) { in printStackTrace()
344 ((DTMException) exception) in printStackTrace()
DDTMConfigurationException.java28 public class DTMConfigurationException extends DTMException {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java24 import org.apache.xml.dtm.DTMException;
90 public void setNodeValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setNodeValue()
91 public void setValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setValue()
92 public void setPrefix(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setPrefix()
93 public Node insertBefore(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in insertBefore()
94 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in replaceChild()
95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in appendChild()
96 public Node removeChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in removeChild()
98 public Node cloneNode(boolean deep) {throw new DTMException(NOT_SUPPORTED_ERR);} in cloneNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java847 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_ITERATOR_CLONE_NOT_SUPPOR… in cloneIterator()
1275 …throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_ITERATOR_CLONE_NOT_SUPPOR… in cloneIterator()