jp.aonir.fuzzyxml
インタフェース FuzzyXMLElement
- すべてのスーパーインタフェース:
- FuzzyXMLNode
public interface FuzzyXMLElement
- extends FuzzyXMLNode
getName
java.lang.String getName()
getChildren
FuzzyXMLNode[] getChildren()
hasChildren
boolean hasChildren()
appendChild
void appendChild(FuzzyXMLNode node)
insertBefore
void insertBefore(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
insertAfter
void insertAfter(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
replaceChild
void replaceChild(FuzzyXMLNode newChild,
FuzzyXMLNode refChild)
removeChild
void removeChild(FuzzyXMLNode oldChild)
getAttributes
FuzzyXMLAttribute[] getAttributes()
setAttribute
void setAttribute(FuzzyXMLAttribute attr)
hasAttribute
boolean hasAttribute(java.lang.String name)
getAttributeNode
FuzzyXMLAttribute getAttributeNode(java.lang.String name)
getAttributeValue
java.lang.String getAttributeValue(java.lang.String name)
removeAttributeNode
void removeAttributeNode(FuzzyXMLAttribute attr)
setAttribute
void setAttribute(java.lang.String name,
java.lang.String value)
removeAttribute
void removeAttribute(java.lang.String name)
getValue
java.lang.String getValue()
removeAllChildren
void removeAllChildren()