Uses of Interface
com.yworks.xml.graphml.PostprocessorsType
Packages that use PostprocessorsType
-
Uses of PostprocessorsType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return PostprocessorsTypeModifier and TypeMethodDescriptionPostprocessorsDocument.addNewPostprocessors()Appends and returns a new empty "Postprocessors" elementPostprocessorsDocument.getPostprocessors()Gets the "Postprocessors" elementstatic PostprocessorsTypePostprocessorsType.Factory.newInstance()static PostprocessorsTypePostprocessorsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static PostprocessorsTypestatic PostprocessorsTypestatic PostprocessorsTypePostprocessorsType.Factory.parse(InputStream is) static PostprocessorsTypePostprocessorsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static PostprocessorsTypestatic PostprocessorsTypestatic PostprocessorsTypestatic PostprocessorsTypestatic PostprocessorsTypestatic PostprocessorsTypestatic PostprocessorsTypePostprocessorsType.Factory.parse(XMLStreamReader sr) static PostprocessorsTypePostprocessorsType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static PostprocessorsTypePostprocessorsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static PostprocessorsTypePostprocessorsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic PostprocessorsTypestatic PostprocessorsTypeMethods in com.yworks.xml.graphml with parameters of type PostprocessorsTypeModifier and TypeMethodDescriptionvoidPostprocessorsDocument.setPostprocessors(PostprocessorsType postprocessors) Sets the "Postprocessors" element -
Uses of PostprocessorsType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement PostprocessorsTypeModifier and TypeClassDescriptionclassAn XML Postprocessors.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return PostprocessorsTypeModifier and TypeMethodDescriptionPostprocessorsDocumentImpl.addNewPostprocessors()Appends and returns a new empty "Postprocessors" elementPostprocessorsDocumentImpl.getPostprocessors()Gets the "Postprocessors" elementMethods in com.yworks.xml.graphml.impl with parameters of type PostprocessorsTypeModifier and TypeMethodDescriptionvoidPostprocessorsDocumentImpl.setPostprocessors(PostprocessorsType postprocessors) Sets the "Postprocessors" element
XMLInputStream