OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTMException
(Results
1 - 9
of
9
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java
163
throw new
DTMException
(
DTMException
.NO_MODIFICATION_ALLOWED_ERR);
183
throw new
DTMException
(
DTMException
.NO_MODIFICATION_ALLOWED_ERR);
242
throw new
DTMException
(
DTMException
.NO_MODIFICATION_ALLOWED_ERR);
268
throw new
DTMException
(
DTMException
.NO_MODIFICATION_ALLOWED_ERR);
275
public class
DTMException
extends org.w3c.dom.DOMException
284
public
DTMException
(short code, String message
[
all
...]
DTMManagerDefault.java
31
import org.apache.xml.dtm.
DTMException
;
148
throw new
DTMException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null)); //"No more DTM IDs are available!");
477
throw new
DTMException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_NOT_SUPPORTED, new Object[]{source})); //"Not supported: " + source);
616
throw new
DTMException
(se.getMessage(), se);
778
throw new
DTMException
(e);
DTMDefaultBaseIterators.java
159
throw new
DTMException
(XMLMessages.createXMLMessage(
226
throw new
DTMException
(XMLMessages.createXMLMessage(
[
all
...]
DTMDefaultBaseTraversers.java
184
throw new
DTMException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_UNKNOWN_AXIS_TYPE, new Object[]{Integer.toString(axis)})); //"Unknown axis traversal type: "+axis);
188
throw new
DTMException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_AXIS_TRAVERSER_NOT_SUPPORTED, new Object[]{Axis.getNames(axis)}));
[
all
...]
DTMDefaultBase.java
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMConfigurationException.java
28
public class DTMConfigurationException extends
DTMException
{
DTMException.java
19
* $Id:
DTMException
.java 468653 2006-10-28 07:07:05Z minchau $
37
public class
DTMException
extends RuntimeException {
97
* with {@link #
DTMException
(Throwable)} or
98
* {@link #
DTMException
(String,Throwable)}, this method cannot be called
110
* created with {@link #
DTMException
(Throwable)} or
111
* {@link #
DTMException
(String,Throwable)}, or this method has already
131
* Create a new
DTMException
.
135
public
DTMException
(String message) {
144
* Create a new
DTMException
wrapping an existing exception.
148
public
DTMException
(Throwable e)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java
24
import org.apache.xml.dtm.
DTMException
;
90
public void setNodeValue(String value) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
91
public void setValue(String value) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
92
public void setPrefix(String value) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
93
public Node insertBefore(Node a, Node b) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
94
public Node replaceChild(Node a, Node b) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
95
public Node appendChild(Node a) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
96
public Node removeChild(Node a) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
98
public Node cloneNode(boolean deep) {throw new
DTMException
(NOT_SUPPORTED_ERR);}
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java
847
throw new
DTMException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_ITERATOR_CLONE_NOT_SUPPORTED, null)); //"Iterator clone not supported.");
[
all
...]
Completed in 3954 milliseconds