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)
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)
removeAttributeNode
void removeAttributeNode(FuzzyXMLAttribute attr)
getValue
java.lang.String getValue()
removeAllChildren
void removeAllChildren()