|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface FuzzyXMLElement
| メソッドの概要 | |
|---|---|
void |
appendChild(FuzzyXMLNode node)
|
FuzzyXMLAttribute |
getAttributeNode(java.lang.String name)
|
FuzzyXMLAttribute[] |
getAttributes()
|
java.lang.String |
getAttributeValue(java.lang.String name)
|
FuzzyXMLNode[] |
getChildren()
|
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
boolean |
hasAttribute(java.lang.String name)
|
boolean |
hasChildren()
|
void |
insertAfter(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
|
void |
insertBefore(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
|
void |
removeAllChildren()
|
void |
removeAttribute(java.lang.String name)
|
void |
removeAttributeNode(FuzzyXMLAttribute attr)
|
void |
removeChild(FuzzyXMLNode oldChild)
|
void |
replaceChild(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
|
void |
setAttribute(FuzzyXMLAttribute attr)
|
void |
setAttribute(java.lang.String name,
java.lang.String value)
|
| インタフェース jp.aonir.fuzzyxml.FuzzyXMLNode から継承されたメソッド |
|---|
getLength, getOffset, getParentNode, toXMLString |
| メソッドの詳細 |
|---|
java.lang.String getName()
FuzzyXMLNode[] getChildren()
boolean hasChildren()
void appendChild(FuzzyXMLNode node)
void insertBefore(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
void insertAfter(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
void replaceChild(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
void removeChild(FuzzyXMLNode oldChild)
FuzzyXMLAttribute[] getAttributes()
void setAttribute(FuzzyXMLAttribute attr)
boolean hasAttribute(java.lang.String name)
FuzzyXMLAttribute getAttributeNode(java.lang.String name)
java.lang.String getAttributeValue(java.lang.String name)
void removeAttributeNode(FuzzyXMLAttribute attr)
void setAttribute(java.lang.String name,
java.lang.String value)
void removeAttribute(java.lang.String name)
java.lang.String getValue()
void removeAllChildren()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||