public abstract class AbstractADBDataSource
extends org.apache.axiom.om.ds.AbstractPushOMDataSource
implements org.apache.axiom.om.QNameAwareOMDataSource
Modifier and Type | Field and Description |
---|---|
protected QName |
parentQName |
Constructor and Description |
---|
AbstractADBDataSource(QName parentQName) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMDataSourceExt |
copy() |
String |
getLocalName() |
String |
getNamespaceURI() |
String |
getPrefix() |
boolean |
isDestructiveWrite()
Returns true if writing the backing object is destructive.
|
getReader, isDestructiveRead
close, getObject, getProperty, getXMLBytes, getXMLInputStream, hasProperty, serialize, serialize, setProperty
protected QName parentQName
public AbstractADBDataSource(QName parentQName)
public final String getLocalName()
getLocalName
in interface org.apache.axiom.om.QNameAwareOMDataSource
public final String getNamespaceURI()
getNamespaceURI
in interface org.apache.axiom.om.QNameAwareOMDataSource
public final String getPrefix()
getPrefix
in interface org.apache.axiom.om.QNameAwareOMDataSource
public boolean isDestructiveWrite()
isDestructiveWrite
in interface org.apache.axiom.om.OMDataSourceExt
public org.apache.axiom.om.OMDataSourceExt copy()
copy
in interface org.apache.axiom.om.OMDataSourceExt
copy
in class org.apache.axiom.om.ds.AbstractOMDataSource
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.