Uses of Interface
com.googlecode.jpattern.core.xml.IXmlElement

Packages that use IXmlElement
com.googlecode.jpattern.core.xml   
 

Uses of IXmlElement in com.googlecode.jpattern.core.xml
 

Classes in com.googlecode.jpattern.core.xml that implement IXmlElement
 class XmlElement
           
 

Methods in com.googlecode.jpattern.core.xml that return IXmlElement
 IXmlElement IXmlElement.addSubElement()
           
 IXmlElement XmlElement.addSubElement()
           
 IXmlElement IXmlElement.getSubElement(String name)
           
 IXmlElement XmlElement.getSubElement(String name)
           
 

Methods in com.googlecode.jpattern.core.xml that return types with arguments of type IXmlElement
 List<IXmlElement> IXmlElement.getSubElements(String name)
           
 List<IXmlElement> XmlElement.getSubElements(String name)
           
 

Constructors in com.googlecode.jpattern.core.xml with parameters of type IXmlElement
DefaultXmlParserStrategy(IXmlElement xmlRootElement)
           
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy, IXmlElement xmlElement, CharacterEncoding characterEncoding)
           
XmlWriterCommand(IXmlWriterStrategy xmlWriterStrategy, IXmlElement xmlElement, CharacterEncoding characterEncoding, ICommand aSuccessor)
           
 



Copyright © 2011. All Rights Reserved.