Uses of Class
org.apache.torque.generator.source.SourceElement
Packages that use SourceElement
Package
Description
This package contains the handling of source files.
This package implements sources which read from jdbc.
This package contains the handling of stream-based sources,
such as file sources.
This package contains the definition of source transformers
and some implementations.
This package contains the handling of velocity outlets in the
Torque generator.
-
Uses of SourceElement in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source that return SourceElementModifier and TypeMethodDescriptionSourceElement.copy()Creates a deep copy of this RichSourceelementImpl object.protected abstract SourceElementSourceImpl.createRootElement()Reads the root element and the whole untransformed source tree.Returns the first child of this SourceElement which has the given name.SourceElement.getChild(SourceElementName sourceElementName) Returns the first child of this SourceElement which has the given name.static SourceElementSourcePath.getElement(SourceElement sourceElement, String path, boolean acceptEmpty) Gets a single source element which can be reached from the start element by a given path.SourceElement.getFirstChild()Returns the first child of this source element.SourceElement.getFollowingSourceElement(SourceElement parent) Returns the following element after this element If this element has no parent, null is returned.SourceElement.getLastChild()Returns the last child of this source element.SourceElement.getParent()Returns the primary parent of this SourceElement.SourceElement.getPrecedingSourceElement(SourceElement parent) Returns the preceding element after this element.Source.getRootElement()Returns the root element of the source.SourceImpl.getRootElement()Methods in org.apache.torque.generator.source that return types with arguments of type SourceElementModifier and TypeMethodDescriptionSourceElement.getChildren()Returns all children of this SourceElement.SourceElement.getChildren(String name) Returns all children of this SourceElement which have the given name.SourceElement.getChildren(SourceElementName sourceElementName) Returns all children of this SourceElement which have the given name.static List<SourceElement> SourcePath.getElements(SourceElement sourceElement, String path) Gets the elements which can be reached from the start element by a given path.static List<SourceElement> SourcePath.getElementsFromRoot(SourceElement rootElement, String path) Gets the elements which can be reached from the root element by a given path.SourceElement.getFollowing(String name) Returns all the following elements after this element with the given name.static List<SourceElement> SourcePath.getFollowing(SourceElement sourceElement, String name) Returns all the following elements in the child list of the default parent which appear after this element with the given name.SourceElement.getParents()Returns the list of parents of this SourceElement.SourceElement.getPreceding(String name) Returns all the preceding elements before this element with the given name.static List<SourceElement> SourcePath.getPreceding(SourceElement sourceElement, String name) Returns all the preceding elements in the child list of the default parent which appear before this element with the given name.protected static ListIterator<SourceElement> SourcePath.getSiblingIteratorPositionedOnSelf(SourceElement sourceElement, SourceElement parent) Returns a ListIterator of the siblings of the input source element.Methods in org.apache.torque.generator.source with parameters of type SourceElementModifier and TypeMethodDescriptionstatic SourceElementSourcePath.getElement(SourceElement sourceElement, String path, boolean acceptEmpty) Gets a single source element which can be reached from the start element by a given path.static List<SourceElement> SourcePath.getElements(SourceElement sourceElement, String path) Gets the elements which can be reached from the start element by a given path.static List<SourceElement> SourcePath.getElementsFromRoot(SourceElement rootElement, String path) Gets the elements which can be reached from the root element by a given path.static List<SourceElement> SourcePath.getFollowing(SourceElement sourceElement, String name) Returns all the following elements in the child list of the default parent which appear after this element with the given name.SourceElement.getFollowingSourceElement(SourceElement parent) Returns the following element after this element If this element has no parent, null is returned.static ObjectSourcePath.getObject(SourceElement root, String pathToBase, SourceElement sourceElement, String path, boolean acceptEmpty) Gets a single source element which can be reached from the start element by a given path.static StringSourcePath.getPathAsString(SourceElement sourceElement) Returns the path from the root element to the source element.static List<SourceElement> SourcePath.getPreceding(SourceElement sourceElement, String name) Returns all the preceding elements in the child list of the default parent which appear before this element with the given name.SourceElement.getPrecedingSourceElement(SourceElement parent) Returns the preceding element after this element.protected static ListIterator<SourceElement> SourcePath.getSiblingIteratorPositionedOnSelf(SourceElement sourceElement, SourceElement parent) Returns a ListIterator of the siblings of the input source element.booleanSourceElement.graphEquals(SourceElement toCompare) Checks whether the source element graph of this sourceElement, and its position therein, equals the source element graph and the position of the provided SourceElement.static booleanSourcePath.hasChild(SourceElement sourceElement, String name) Returns whether children with the given name exist.static booleanSourcePath.hasFollowing(SourceElement sourceElement) Returns whether a following element exists as a child of the parent of this element.static booleanSourcePath.hasFollowingSibling(SourceElement sourceElement) Returns whether a following element exists as a child of the parent of this element, which has the same name as this source element.static booleanSourcePath.hasPreceding(SourceElement sourceElement) Returns whether an preceding exists as a child of the parent of this element.static booleanSourcePath.hasPrecedingSibling(SourceElement sourceElement) Returns whether an preceding exists as a child of the parent of this element, which has the same name as this source element.static booleanSourceElementNodePointer.testSourceElement(SourceElement sourceElement, org.apache.commons.jxpath.ri.compiler.NodeTest test) Test a Node.Constructors in org.apache.torque.generator.source with parameters of type SourceElementModifierConstructorDescriptionSourceElementAttributePointer(org.apache.commons.jxpath.ri.model.NodePointer parent, SourceElement sourceElement, String name) Constructor.protectedSourceElementNodePointer(org.apache.commons.jxpath.ri.model.NodePointer parent, SourceElement sourceElement) protectedSourceElementNodePointer(SourceElement sourceElement, Locale locale) -
Uses of SourceElement in org.apache.torque.generator.source.jdbc
Methods in org.apache.torque.generator.source.jdbc that return SourceElement -
Uses of SourceElement in org.apache.torque.generator.source.stream
Methods in org.apache.torque.generator.source.stream that return SourceElementModifier and TypeMethodDescriptionCombinedFileSource.createRootElement()Reads and parses the input file and creates the element tree from it.FileSource.createRootElement()Reads and parses the input file and creates the element tree from it.XmlSourceSaxHandler.getRoot()Returns the root element of the tree.PropertiesSourceFormat.parse(InputStream inputStream, ControllerState controllerState) Parses a Stream in Properties format and returns the root element of the created element tree.StreamSourceFormat.parse(InputStream inputStream, ControllerState controllerState) Parses a source file and returns its root element.XmlSourceFormat.parse(InputStream xmlStream, ControllerState controllerState) Parses a stream containing xml data and creates a source element hierarchy from it.Methods in org.apache.torque.generator.source.stream with parameters of type SourceElementModifier and TypeMethodDescriptionSourceToXml.toXml(SourceElement rootElement, boolean createIdAttributes) Renders a source element and its children as XML. -
Uses of SourceElement in org.apache.torque.generator.source.transform
Methods in org.apache.torque.generator.source.transform that return SourceElementModifier and TypeMethodDescriptionBeanPropertyMethodNameTransformer.transform(Object rootObject, ControllerState controllerState) Fills the target attribute according to the settings.CopyAttributeTransformer.transform(Object rootObject, ControllerState controllerState) Fills the target attribute according to the settings.GetterSetterNameTransformer.transform(Object rootObject, ControllerState controllerState) Fills the target attributes according to the settings.LoadAdditionalSourceTransformer.transform(Object rootObject, ControllerState controllerState) Loads the additional source into the current source graph. -
Uses of SourceElement in org.apache.torque.generator.template.velocity
Methods in org.apache.torque.generator.template.velocity that return SourceElementModifier and TypeMethodDescriptionReturns the first child of the current source element with the given name.TorqueGenVelocity.getParent()Returns the parent of the current source element.TorqueGenVelocity.getSourceElement()Returns the current source element, if it is a SourceElement.Methods in org.apache.torque.generator.template.velocity that return types with arguments of type SourceElementModifier and TypeMethodDescriptionTorqueGenVelocity.getChildren()Returns all children of the current source element.TorqueGenVelocity.getChildren(String name) Returns the children of the current source element with a certain name.