|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.type.util.StructSupport
railo.runtime.text.xml.struct.XMLNodeStruct
railo.runtime.text.xml.struct.XMLAttrStruct
public final class XMLAttrStruct
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface railo.runtime.type.Collection |
---|
Collection.Key |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from interface railo.runtime.type.Struct |
---|
TYPE_LINKED, TYPE_REGULAR, TYPE_SYNC, TYPE_WEAKED |
Constructor Summary | |
---|---|
XMLAttrStruct(Attr attr,
boolean caseSensitive)
constructor of the class |
Method Summary | |
---|---|
Node |
cloneNode(boolean deep)
|
Collection |
duplicate(boolean deepCopy)
|
String |
getName()
|
Element |
getOwnerElement()
|
TypeInfo |
getSchemaTypeInfo()
|
boolean |
getSpecified()
|
String |
getValue()
|
boolean |
isId()
|
void |
setValue(String arg0)
|
Methods inherited from class railo.runtime.type.util.StructSupport |
---|
clone, containsKey, containsKey, containsValue, entrySet, get, get, get, invalidKey, isEmpty, iterator, keySet, put, putAll, remove, set, setEL, sizeOf, toString, valueIterator, values |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface railo.runtime.type.Collection |
---|
clone, containsKey, get, get, set, setEL |
Methods inherited from interface railo.runtime.type.Iteratorable |
---|
iterator, valueIterator |
Methods inherited from interface java.util.Map |
---|
containsKey, containsValue, entrySet, get, hashCode, isEmpty, keySet, put, putAll, remove, values |
Constructor Detail |
---|
public XMLAttrStruct(Attr attr, boolean caseSensitive)
section
- caseSensitive
- Method Detail |
---|
public String getName()
getName
in interface Attr
Attr.getName()
public Element getOwnerElement()
getOwnerElement
in interface Attr
Attr.getOwnerElement()
public boolean getSpecified()
getSpecified
in interface Attr
Attr.getSpecified()
public String getValue()
getValue
in interface Attr
Attr.getValue()
public void setValue(String arg0) throws DOMException
setValue
in interface Attr
DOMException
Attr.setValue(java.lang.String)
public TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo
in interface Attr
Attr.getSchemaTypeInfo()
public boolean isId()
isId
in interface Attr
Attr.isId()
public Collection duplicate(boolean deepCopy)
duplicate
in interface Collection
duplicate
in class XMLNodeStruct
Collection.duplicate(boolean)
public Node cloneNode(boolean deep)
cloneNode
in interface Node
cloneNode
in class XMLNodeStruct
Node.cloneNode(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |