Searched refs:DTMException (Results 1 – 9 of 9) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNamedNodeMap.java | 163 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
|
D | DTMManagerDefault.java | 31 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()
|
D | DTMDefaultBaseIterators.java | 159 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()
|
D | DTMDefaultBaseTraversers.java | 184 …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()
|
D | DTMDefaultBase.java | 2261 throw new DTMException(msg); in error()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMException.java | 37 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()
|
D | DTMConfigurationException.java | 28 public class DTMConfigurationException extends DTMException {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 24 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/ |
D | SAX2DTM2.java | 847 …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()
|