org.enhydra.xml.xmlc.metadata
Class URLMapping
java.lang.Object
|
+--org.apache.xerces.dom.NodeImpl
|
+--org.apache.xerces.dom.ChildNode
|
+--org.apache.xerces.dom.ParentNode
|
+--org.apache.xerces.dom.ElementImpl
|
+--org.enhydra.xml.xmlc.metadata.MetaDataElement
|
+--org.enhydra.xml.xmlc.metadata.ElementEdit
|
+--org.enhydra.xml.xmlc.metadata.URLEdit
|
+--org.enhydra.xml.xmlc.metadata.URLMapping
- All Implemented Interfaces:
- java.lang.Cloneable, Element, EventTarget, Node, NodeList, java.io.Serializable
- public class URLMapping
- extends URLEdit
Specifies the literal replacement of URLs in element attributes. When used
in the <domEdits> section, it applies globally to elements. When use
in a element or sub-document, it applies only to that context.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
TAG_NAME
Element name. |
Fields inherited from class org.apache.xerces.dom.NodeImpl |
ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, IGNORABLEWS, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, UNNORMALIZED |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
java.lang.String |
getNewUrl()
Get the newUrl attribute value. |
java.lang.String |
getUrl()
Get the url attribute value. |
void |
setNewUrl(java.lang.String value)
Set the newUrl attribute value. |
void |
setUrl(java.lang.String value)
Set the url attribute value. |
Methods inherited from class org.enhydra.xml.xmlc.metadata.ElementEdit |
addElementClass, addElementId, addElementTag, getElementClasses, getElementIds, getElementTags, matchesElementClassConstraints, matchesElementIdConstraints, matchesElementTagConstraints, setElementClasses, setElementIds, setElementTags |
Methods inherited from class org.enhydra.xml.xmlc.metadata.MetaDataElement |
addStringArrayAttribute, deleteChild, getAttributeNull, getBooleanAttribute, getBooleanAttribute, getBooleanObjectAttribute, getChild, getChildren, getCreateChild, getDocument, getMetaData, getStringArrayAttribute, isAttributeSpecified, mergeAttributes, mergeElement, mergeSingletonChild, setBooleanAttribute, setBooleanAttribute, setBooleanObjectAttribute, setChild, setRemoveAttribute, setRemoveStringArrayAttribute |
Methods inherited from class org.apache.xerces.dom.ElementImpl |
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setReadOnly, setupDefaultAttributes, synchronizeData |
Methods inherited from class org.apache.xerces.dom.ParentNode |
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, hasChildNodes, insertBefore, item, removeChild, replaceChild, synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.NodeImpl |
addEventListener, appendChild, changed, changes, dispatchEvent, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, isSupported, removeEventListener, setNodeValue, setPrefix, setUserData, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, removeChild, replaceChild, setNodeValue, setPrefix |
TAG_NAME
public static final java.lang.String TAG_NAME
- Element name.
- See Also:
- Constant Field Values
URLMapping
public URLMapping(Document ownerDoc)
- Constructor.
getUrl
public java.lang.String getUrl()
- Get the url attribute value.
setUrl
public void setUrl(java.lang.String value)
- Set the url attribute value.
getNewUrl
public java.lang.String getNewUrl()
- Get the newUrl attribute value.
setNewUrl
public void setNewUrl(java.lang.String value)
- Set the newUrl attribute value.