|
||||||||||
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_SOFT, 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 |
---|
call, callWithNamedValues, clone, containsKey, containsKey, containsValue, entrySet, get, get, get, get, get, getIterator, hashCode, invalidKey, isEmpty, keySet, put, putAll, remove, set, set, setEL, setEL, sizeOf, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, 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.ForEachIteratorable |
---|
getIterator |
Methods inherited from interface java.util.Map |
---|
containsKey, containsValue, entrySet, get, hashCode, isEmpty, keySet, put, putAll, remove, values |
Methods inherited from interface railo.runtime.type.Sizeable |
---|
sizeOf |
Methods inherited from interface railo.runtime.type.Objects |
---|
call, callWithNamedValues, get, get, set, setEL |
Constructor Detail |
---|
public XMLAttrStruct(Attr attr, boolean caseSensitive)
section
- caseSensitive
- Method Detail |
---|
public String getName()
getName
in interface Attr
public Element getOwnerElement()
getOwnerElement
in interface Attr
public boolean getSpecified()
getSpecified
in interface Attr
public String getValue()
getValue
in interface Attr
public void setValue(String arg0) throws DOMException
setValue
in interface Attr
DOMException
public TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo
in interface Attr
public boolean isId()
isId
in interface Attr
public Collection duplicate(boolean deepCopy)
duplicate
in interface Collection
duplicate
in class XMLNodeStruct
public Node cloneNode(boolean deep)
cloneNode
in interface Node
cloneNode
in class XMLNodeStruct
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |