Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

AbstractParserBuilder - Class in org.metatype.sxc.builder.impl
 
AbstractParserBuilder() - Constructor for class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
AbstractWriterBuilder - Class in org.metatype.sxc.builder.impl
 
AbstractWriterBuilder() - Constructor for class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
AbstractXPathEvaluator - Class in org.metatype.sxc.xpath.impl
 
AbstractXPathEvaluator() - Constructor for class org.metatype.sxc.xpath.impl.AbstractXPathEvaluator
 
add(JStatement) - Method in interface org.metatype.sxc.builder.CodeBody
Short-cut for getBlock().add(...).
add(JStatement) - Method in class org.metatype.sxc.builder.impl.CodeBodyImpl
 
add(boolean) - Method in class org.metatype.sxc.util.ArrayUtil.BooleanArray
 
add(char) - Method in class org.metatype.sxc.util.ArrayUtil.CharArray
 
add(double) - Method in class org.metatype.sxc.util.ArrayUtil.DoubleArray
 
add(float) - Method in class org.metatype.sxc.util.ArrayUtil.FloatArray
 
add(int) - Method in class org.metatype.sxc.util.ArrayUtil.IntArray
 
add(long) - Method in class org.metatype.sxc.util.ArrayUtil.LongArray
 
add(short) - Method in class org.metatype.sxc.util.ArrayUtil.ShortArray
 
addAllPrefixes(Map<String, String>) - Method in class org.metatype.sxc.xpath.XPathBuilder
 
addBasicArgs(JMethod) - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
addBasicArgs(JMethod, JType, String) - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
addBean(Bean) - Method in class org.metatype.sxc.jaxb.model.Model
 
addCondition(JExpression) - Method in class org.metatype.sxc.builder.impl.JIfElseBlock
 
addDependency(JClass) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
addDependency(Class) - Method in class org.metatype.sxc.jaxb.JAXBObjectFactoryBuilder
 
addDependency(JClass) - Method in class org.metatype.sxc.jaxb.JAXBObjectFactoryBuilder
 
addEnum(EnumInfo) - Method in class org.metatype.sxc.jaxb.model.Model
 
addId(String) - Method in class org.metatype.sxc.builder.impl.IdentityManager
 
addJAXBClass(JAXBClass) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
addNamespace(String, String) - Method in class org.metatype.sxc.util.XoTestCase
Add a namespace that will be used for XPath expressions.
addPrefix(String, String) - Method in class org.metatype.sxc.xpath.XPathBuilder
 
addProperty(Property) - Method in class org.metatype.sxc.jaxb.model.Bean
 
addRootElement(QName, Class) - Method in class org.metatype.sxc.jaxb.JAXBObjectFactoryBuilder
 
addStaticImport(String) - Method in class org.metatype.sxc.builder.impl.JStaticImports
 
addXmlId(XoXMLStreamReader, String, Object) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
afterEndDocument() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
afterEndElement() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
afterMarshal - Variable in class org.metatype.sxc.jaxb.LifecycleCallback
 
afterMarshal(Object, Marshaller) - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
afterMarshal(Object, LifecycleCallback) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
afterStartDocument() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
afterStartElement(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
afterUnmarshal - Variable in class org.metatype.sxc.jaxb.LifecycleCallback
 
afterUnmarshal(Object, Unmarshaller, Object) - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
afterUnmarshal(Object, LifecycleCallback) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
ArrayUtil - Class in org.metatype.sxc.util
 
ArrayUtil() - Constructor for class org.metatype.sxc.util.ArrayUtil
 
ArrayUtil.BooleanArray - Class in org.metatype.sxc.util
 
ArrayUtil.CharArray - Class in org.metatype.sxc.util
 
ArrayUtil.DoubleArray - Class in org.metatype.sxc.util
 
ArrayUtil.FloatArray - Class in org.metatype.sxc.util
 
ArrayUtil.IntArray - Class in org.metatype.sxc.util
 
ArrayUtil.LongArray - Class in org.metatype.sxc.util
 
ArrayUtil.ShortArray - Class in org.metatype.sxc.util
 
as(Class<?>, boolean) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
as(Class<?>) - Method in class org.metatype.sxc.builder.impl.AttributeParserBuilderImpl
 
as(Class<?>) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
as(Class<?>, boolean) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
as(Class<?>) - Method in interface org.metatype.sxc.builder.ParserBuilder
Reads the value of the attribute/element into a variable of the given type.
assertFault(Node) - Static method in class org.metatype.sxc.util.XPathAssert
 
assertInvalid(String, Node) - Method in class org.metatype.sxc.util.XoTestCase
Assert that the following XPath query selects no nodes.
assertInvalid(String, Node, Map<String, String>) - Static method in class org.metatype.sxc.util.XPathAssert
Assert that the following XPath query selects no nodes.
assertNoFault(Node) - Method in class org.metatype.sxc.util.XoTestCase
 
assertNoFault(Node) - Static method in class org.metatype.sxc.util.XPathAssert
 
assertValid(String, Node) - Method in class org.metatype.sxc.util.XoTestCase
Assert that the following XPath query selects one or more nodes.
assertValid(String, Node, Map<String, String>) - Static method in class org.metatype.sxc.util.XPathAssert
Assert that the following XPath query selects one or more nodes.
assertXPathEquals(String, String, Node) - Method in class org.metatype.sxc.util.XoTestCase
Asser that the text of the xpath node retrieved is equal to the value specified.
assertXPathEquals(String, String, Node, Map<String, String>) - Static method in class org.metatype.sxc.util.XPathAssert
Asser that the text of the xpath node retrieved is equal to the value specified.
asString() - Method in class org.metatype.sxc.builder.impl.AttributeParserBuilderImpl
 
asString() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
Attribute - Interface in org.metatype.sxc.util
Attribute provides access to the current attribute of the getAttributes iterator on of XoXMLStreamReader.
AttributeImpl(XoXMLStreamReaderImpl.AttributesIterator) - Constructor for class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
AttributeParserBuilderImpl - Class in org.metatype.sxc.builder.impl
 
AttributeParserBuilderImpl(ElementParserBuilderImpl) - Constructor for class org.metatype.sxc.builder.impl.AttributeParserBuilderImpl
 
AttributeWriterBuilder - Class in org.metatype.sxc.builder.impl
 
AttributeWriterBuilder(ElementWriterBuilderImpl, QName, JType) - Constructor for class org.metatype.sxc.builder.impl.AttributeWriterBuilder
 

B

Base64 - Class in org.metatype.sxc.util
 
Base64() - Constructor for class org.metatype.sxc.util.Base64
 
Bean - Class in org.metatype.sxc.jaxb.model
 
Bean(Model, Class<?>) - Constructor for class org.metatype.sxc.jaxb.model.Bean
 
beforeEndDocument() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
beforeEndElement() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
beforeMarshal - Variable in class org.metatype.sxc.jaxb.LifecycleCallback
 
beforeMarshal(Object, Marshaller) - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
beforeMarshal(Object, LifecycleCallback) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
beforeStartDocument() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
beforeStartElement(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
beforeUnmarshal - Variable in class org.metatype.sxc.jaxb.LifecycleCallback
 
beforeUnmarshal(Object, Unmarshaller, Object) - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
beforeUnmarshal(Object, LifecycleCallback) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
BigDecimalJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.BigDecimalJAXB
 
BigIntegerJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.BigIntegerJAXB
 
BinaryUtils - Class in org.metatype.sxc.jaxb
 
BinaryUtils() - Constructor for class org.metatype.sxc.jaxb.BinaryUtils
 
body() - Method in class org.metatype.sxc.builder.impl.JIfElseBlock.IfCondition
 
BooleanArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.BooleanArray
 
BooleanJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.BooleanJAXB
 
buildContext - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
BuildContext - Class in org.metatype.sxc.builder.impl
 
BuildContext() - Constructor for class org.metatype.sxc.builder.impl.BuildContext
 
Builder - Interface in org.metatype.sxc.builder
 
BuilderContext - Class in org.metatype.sxc.jaxb
 
BuilderContext(Map<String, ?>, Class...) - Constructor for class org.metatype.sxc.jaxb.BuilderContext
 
BuilderImpl - Class in org.metatype.sxc.builder.impl
 
BuilderImpl(String, String, String) - Constructor for class org.metatype.sxc.builder.impl.BuilderImpl
 
BuilderImpl() - Constructor for class org.metatype.sxc.builder.impl.BuilderImpl
Generates both reader and writer by using default names.
BuildException - Exception in org.metatype.sxc.builder
 
BuildException() - Constructor for exception org.metatype.sxc.builder.BuildException
 
BuildException(String, Throwable) - Constructor for exception org.metatype.sxc.builder.BuildException
 
BuildException(String) - Constructor for exception org.metatype.sxc.builder.BuildException
 
BuildException(Throwable) - Constructor for exception org.metatype.sxc.builder.BuildException
 

C

CalendarJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.CalendarJAXB
 
call(JType, String, ElementParserBuilder) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
Call out to a parser that has already been build and create a variable which the result is stored in.
call(JType, String, ElementParserBuilder) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
capitalize(String) - Static method in class org.metatype.sxc.builder.impl.IdentityManager
 
capitalize(String) - Static method in class org.metatype.sxc.jaxb.JavaUtils
 
characters(char[], int, int) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
CharArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.CharArray
 
close() - Method in class org.metatype.sxc.builder.impl.CodeWriterImpl
 
close() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
close() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
close() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
close() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
close() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
CodeBody - Interface in org.metatype.sxc.builder
 
CodeBodyImpl - Class in org.metatype.sxc.builder.impl
 
CodeBodyImpl(AbstractParserBuilder) - Constructor for class org.metatype.sxc.builder.impl.CodeBodyImpl
 
CodeWriterImpl - Class in org.metatype.sxc.builder.impl
 
CodeWriterImpl() - Constructor for class org.metatype.sxc.builder.impl.CodeWriterImpl
 
CodeWriterImpl(String) - Constructor for class org.metatype.sxc.builder.impl.CodeWriterImpl
 
CodeWriterImpl(File, boolean) - Constructor for class org.metatype.sxc.builder.impl.CodeWriterImpl
 
CollectionRefTarget - Class in org.metatype.sxc.jaxb
 
CollectionRefTarget(Collection) - Constructor for class org.metatype.sxc.jaxb.CollectionRefTarget
 
compile() - Method in interface org.metatype.sxc.builder.Builder
Generates and compiles the code, then loads it back into the current JVM.
compile() - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
compile(Map<String, File>) - Method in class org.metatype.sxc.compiler.Compiler
 
compile(Map<String, File>) - Method in class org.metatype.sxc.compiler.EclipseCompiler
 
compile(Map<String, File>) - Method in class org.metatype.sxc.compiler.JavacCompiler
 
compile(Map<String, File>, File, ClassLoader) - Method in class org.metatype.sxc.compiler.JavacCompiler
 
compile() - Method in class org.metatype.sxc.jaxb.BuilderContext
 
compile() - Method in class org.metatype.sxc.xpath.XPathBuilder
 
CompiledContext - Class in org.metatype.sxc.builder.impl
 
CompiledContext(ClassLoader, String, String) - Constructor for class org.metatype.sxc.builder.impl.CompiledContext
 
compileEventHandler(String, XPathEventHandler) - Method in class org.metatype.sxc.xpath.XPathBuilder
 
Compiler - Class in org.metatype.sxc.compiler
 
Compiler() - Constructor for class org.metatype.sxc.compiler.Compiler
 
containsId(String) - Method in class org.metatype.sxc.builder.impl.IdentityManager
 
Context - Class in org.metatype.sxc
Entry point to SXC runtime.
Context() - Constructor for class org.metatype.sxc.Context
 
context - Variable in class org.metatype.sxc.Reader
 
context - Variable in class org.metatype.sxc.Writer
 
create(JAXBContextImpl, RuntimeAnnotationReader, ErrorHandler, Class...) - Static method in class org.metatype.sxc.jaxb.JAXBModelFactory
Creates a new JAXB model from classes represented in java.lang.reflect.
create(JAXBContextImpl, ErrorHandler, Class...) - Static method in class org.metatype.sxc.jaxb.JAXBModelFactory
Creates a new JAXB model from classes represented in java.lang.reflect.
create(JAXBContextImpl, Class...) - Static method in class org.metatype.sxc.jaxb.JAXBModelFactory
Creates a new JAXB model from classes represented in java.lang.reflect.
createContext(Class[], Map<String, ?>) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
createContext(String, ClassLoader, Map<String, ?>) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
createId(String) - Method in class org.metatype.sxc.builder.impl.IdentityManager
 
createJAXBClassInstance(Class<? extends JAXBClass>) - Static method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
createJAXBEnumBuilder(Class, QName, QName) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
createJAXBIntrospector() - Method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
createJAXBObjectBuilder(Class, QName, QName, boolean) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
createJAXBObjectFactoryBuilder(Class) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
createMarshaller() - Method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
createReader() - Method in class org.metatype.sxc.builder.impl.CompiledContext
 
createReader() - Method in class org.metatype.sxc.Context
Obtains an instance of Reader.
createUnmarshaller() - Method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
createValidator() - Method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
createWriter() - Method in class org.metatype.sxc.builder.impl.CompiledContext
 
createWriter() - Method in class org.metatype.sxc.Context
 
createXPath(Map<String, String>) - Static method in class org.metatype.sxc.util.XPathAssert
Create the specified XPath expression with the namespaces added via addNamespace().
currentBlock - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 

D

DateJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.DateJAXB
 
decl(JType, String, JExpression) - Method in interface org.metatype.sxc.builder.CodeBody
 
decl(JType, String, JExpression) - Method in class org.metatype.sxc.builder.impl.CodeBodyImpl
 
declareException(Class) - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
declareException(Class) - Method in interface org.metatype.sxc.builder.WriterBuilder
 
decode(char[], int, int) - Static method in class org.metatype.sxc.util.Base64
 
decode(String) - Static method in class org.metatype.sxc.util.Base64
 
decode(char[], int, int, OutputStream) - Static method in class org.metatype.sxc.util.Base64
 
decode(String, OutputStream) - Static method in class org.metatype.sxc.util.Base64
 
decodeAsBytes(XMLStreamReader) - Static method in class org.metatype.sxc.jaxb.BinaryUtils
 
decodeAsDataHandler(XMLStreamReader, AttachmentUnmarshaller) - Static method in class org.metatype.sxc.jaxb.BinaryUtils
 
DEFAULT_INDENT_SIZE - Static variable in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
DEFAULT_NEW_LINE - Static variable in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
delete(File) - Static method in class org.metatype.sxc.util.Util
 
dependencies - Variable in class org.metatype.sxc.jaxb.JAXBClass
Dependencies
destroy() - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
dotclass(Type) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
DoubleArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.DoubleArray
 
DoubleJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.DoubleJAXB
 
DurationJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.DurationJAXB
 

E

ECLIPSE - Static variable in class org.metatype.sxc.compiler.Compiler
 
EclipseCompiler - Class in org.metatype.sxc.compiler
 
EclipseCompiler() - Constructor for class org.metatype.sxc.compiler.EclipseCompiler
 
ElementMapping - Class in org.metatype.sxc.jaxb.model
 
ElementMapping(Property, QName) - Constructor for class org.metatype.sxc.jaxb.model.ElementMapping
 
ElementParserBuilder - Interface in org.metatype.sxc.builder
 
ElementParserBuilderImpl - Class in org.metatype.sxc.builder.impl
 
ElementParserBuilderImpl(BuildContext, String) - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ElementParserBuilderImpl(BuildContext, JDefinedClass, Class, boolean) - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ElementParserBuilderImpl(BuildContext, JDefinedClass, Class, boolean, int, String) - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ElementParserBuilderImpl(ElementParserBuilderImpl, QName) - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ElementParserBuilderImpl(ElementParserBuilderImpl, boolean, QName) - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ElementParserBuilderImpl(ElementParserBuilderImpl, boolean, QName, String) - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ElementParserBuilderImpl.Expected - Interface in org.metatype.sxc.builder.impl
 
ElementParserBuilderImpl.ExpectedAttribute - Class in org.metatype.sxc.builder.impl
 
ElementParserBuilderImpl.ExpectedElement - Class in org.metatype.sxc.builder.impl
 
ElementParserBuilderImpl.ExpectedXsiType - Class in org.metatype.sxc.builder.impl
 
ElementWriterBuilder - Interface in org.metatype.sxc.builder
 
ElementWriterBuilderImpl - Class in org.metatype.sxc.builder.impl
 
ElementWriterBuilderImpl(BuildContext, String) - Constructor for class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
ElementWriterBuilderImpl(BuildContext, JDefinedClass, Class) - Constructor for class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
ElementWriterBuilderImpl(ElementWriterBuilderImpl, QName, JType) - Constructor for class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
encode(byte[]) - Static method in class org.metatype.sxc.util.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int) - Static method in class org.metatype.sxc.util.Base64
Returns base64 representation of specified byte array.
encode(byte[], int, int, OutputStream) - Static method in class org.metatype.sxc.util.Base64
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - Static method in class org.metatype.sxc.util.Base64
Outputs base64 representation of the specified byte array to a character stream.
encodeBytes(XMLStreamWriter, byte[]) - Static method in class org.metatype.sxc.jaxb.BinaryUtils
 
endDocument() - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
endElement(String, String, String) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
endPrefixMapping(String) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
EnumInfo - Class in org.metatype.sxc.jaxb.model
 
EnumInfo(Model, Class<?>) - Constructor for class org.metatype.sxc.jaxb.model.EnumInfo
 
equals(Object) - Method in class org.metatype.sxc.jaxb.model.Bean
 
equals(Object) - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
equals(Object) - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
equals(Object) - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
equals(Object) - Method in class org.metatype.sxc.jaxb.model.Property
 
equals(Object) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
evaluate(InputStream) - Method in class org.metatype.sxc.xpath.impl.AbstractXPathEvaluator
 
evaluate(Source) - Method in class org.metatype.sxc.xpath.impl.AbstractXPathEvaluator
 
evaluate(XMLStreamReader) - Method in class org.metatype.sxc.xpath.impl.XPathEvaluatorImpl
 
evaluate(XMLStreamReader) - Method in interface org.metatype.sxc.xpath.XPathEvaluator
 
evaluate(InputStream) - Method in interface org.metatype.sxc.xpath.XPathEvaluator
 
evaluate(Source) - Method in interface org.metatype.sxc.xpath.XPathEvaluator
 
exceptions - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
execute() - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
expectAnyAttribute() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectAnyAttribute() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectAnyAttribute() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
expectAnyElement() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectAnyElement(String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectAnyElement() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectAnyElement(String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectAnyElement() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
expectAttribute(QName) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectAttribute(QName) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectAttribute(QName) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
ExpectedAttribute() - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
ExpectedElement() - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
ExpectedXsiType() - Constructor for class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
expectElement(QName) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectElement(QName, String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectElement(QName, ElementParserBuilder, JExpression...) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectElement(QName) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectElement(QName, String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectElement(QName, ElementParserBuilder, JExpression...) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectElement(QName) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
expectGlobalElement(QName) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectGlobalElement(QName, String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectGlobalElement(QName) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectGlobalElement(QName, String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectMixedElement() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectMixedElement(String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectMixedElement() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectMixedElement(String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectMixedElement() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
expectUnexpectedXsiType() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectUnexpectedXsiType(String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectUnexpectedXsiType() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectUnexpectedXsiType(String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectValue() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
expectWrapperElement(QName, JVar, String, boolean) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
expectXsiType(QName) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectXsiType(QName, String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
expectXsiType(QName) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectXsiType(QName, String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
expectXsiType(QName) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
ExpressionState(ParserBuilder, JVar) - Constructor for class org.metatype.sxc.xpath.XPathBuilder.ExpressionState
 
ExtendedMarshaller - Interface in org.metatype.sxc.jaxb
 
ExtendedUnmarshaller - Interface in org.metatype.sxc.jaxb
 

F

field(int, JType, String, JExpression) - Method in interface org.metatype.sxc.builder.CodeBody
 
field(int, JType, String, JExpression) - Method in class org.metatype.sxc.builder.impl.CodeBodyImpl
 
field - Variable in class org.metatype.sxc.jaxb.FieldAccessor
 
FieldAccessor<BeanType,FieldType> - Class in org.metatype.sxc.jaxb
 
FieldAccessor(Field) - Constructor for class org.metatype.sxc.jaxb.FieldAccessor
 
FieldAccessor(Class<BeanType>, String) - Constructor for class org.metatype.sxc.jaxb.FieldAccessor
 
fieldGetError(XoXMLStreamReader, Class, String, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
fieldGetError(Object, String, Class, String, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
FieldRefTarget - Class in org.metatype.sxc.jaxb
 
FieldRefTarget(XoXMLStreamReader, RuntimeContext, Object, FieldAccessor) - Constructor for class org.metatype.sxc.jaxb.FieldRefTarget
 
fieldSetError(XoXMLStreamReader, Class, String, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
FloatArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.FloatArray
 
FloatJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.FloatJAXB
 
flush() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
flush() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
flush() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 

G

generate(JFormatter) - Method in class org.metatype.sxc.builder.impl.JEnumLabel
 
generate(JFormatter) - Method in class org.metatype.sxc.builder.impl.JStaticImports
 
generate() - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
generateSchema(SchemaOutputResolver) - Method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
getAdapter(Class) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getAdapter(Class<A>) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
getAdapter(Class<A>) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getAdapterType() - Method in class org.metatype.sxc.jaxb.model.Property
 
getAfterMarshal() - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
getAfterUnmarshal() - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
getAsQName(String) - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getAsQName(String) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttachmentMarshaller() - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
getAttachmentUnmarshaller() - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getAttributeCount() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeCount() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeLocalName(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeLocalName(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeName(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeName(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeNamespace(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeNamespace(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributePrefix(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributePrefix(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributes() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributes() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
Returns an iterator over the attributes of the current element.
getAttributes() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeType(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeType(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeValue(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeValue(String, String) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getAttributeValue(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeValue(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getAttributeVar() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getAttributeVar() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getBaseClass() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getBaseClass() - Method in class org.metatype.sxc.jaxb.model.Bean
 
getBaseDir() - Method in class org.metatype.sxc.builder.impl.CodeWriterImpl
 
getBasedir() - Static method in class org.metatype.sxc.util.XoTestCase
 
getBean(Class) - Method in class org.metatype.sxc.jaxb.model.Model
 
getBean() - Method in class org.metatype.sxc.jaxb.model.Property
 
getBeans() - Method in class org.metatype.sxc.jaxb.model.Model
 
getBeforeMarshal() - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
getBeforeUnmarshal() - Method in class org.metatype.sxc.jaxb.LifecycleCallback
 
getBlock() - Method in interface org.metatype.sxc.builder.CodeBody
Gets the code block that will be executed when the attribute/element matches.
getBlock() - Method in class org.metatype.sxc.builder.impl.CodeBodyImpl
 
getBody() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getBody() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getBody() - Method in interface org.metatype.sxc.builder.ParserBuilder
 
getBoolean(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getBooleanValue() - Method in interface org.metatype.sxc.util.Attribute
 
getBooleanValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getBuildContext() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getBuildContext() - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getBuilder() - Method in class org.metatype.sxc.xpath.XPathBuilder.ExpressionState
 
getByte(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getByteValue() - Method in interface org.metatype.sxc.util.Attribute
 
getByteValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getCause() - Method in exception org.metatype.sxc.util.RuntimeXMLStreamException
 
getChar(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getCharacterEncodingScheme() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getCharacterEncodingScheme() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getChild(Node, int) - Static method in class org.metatype.sxc.util.XPathAssert
Get the first direct child with a given type
getChildElements() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
Returns an iterator over the child elements of the current element.
getChildElements() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getChildElementVar() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getChildElementVar() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getClasses() - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
getClasses() - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
getClassesOutputDirectory() - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
getClassesOutputDirectory() - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
getClassLoader() - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
getCodeModel() - Method in interface org.metatype.sxc.builder.Builder
 
getCodeModel() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getCodeModel() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getCodeModel() - Method in class org.metatype.sxc.builder.impl.BuildContext
 
getCodeModel() - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
getCodeModel() - Method in interface org.metatype.sxc.builder.ParserBuilder
 
getCodeModel() - Method in interface org.metatype.sxc.builder.WriterBuilder
 
getCodeModel() - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getColumnNumber() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getCompiler() - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
getComponentAdaptedType() - Method in class org.metatype.sxc.jaxb.model.Property
 
getComponentType() - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
getComponentType() - Method in class org.metatype.sxc.jaxb.model.Property
 
getConstructor() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getContent(Node) - Static method in class org.metatype.sxc.util.XPathAssert
Get the trimed text content of a node or null if there is no text
getContext() - Method in class org.metatype.sxc.jaxb.model.RiModelBuilder
 
getContextVar() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getContextVar() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getCurrentBlock() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getCurrentBlock() - Method in interface org.metatype.sxc.builder.WriterBuilder
 
getDatatypeFactory() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getDependencies() - Method in class org.metatype.sxc.jaxb.JAXBClass
 
getDependencies() - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
getDepth() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getDepth() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getDocument() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
getDouble(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getDoubleValue() - Method in interface org.metatype.sxc.util.Attribute
 
getDoubleValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getElement() - Method in class org.metatype.sxc.util.W3CNamespaceContext
 
getElementAsBoolean() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsBoolean() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsByte() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsByte() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsDomElement() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsDomElement() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsDouble() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsDouble() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsFloat() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsFloat() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsInt() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsInt() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsLong() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsLong() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsQName() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsQName() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsShort() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsShort() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsString() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsString() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementAsXmlList() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getElementAsXmlList() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getElementMappings() - Method in class org.metatype.sxc.jaxb.model.Property
 
getElementName(Object) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
getElementNames() - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
getElementText() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getElementText() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getEncoding() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getEncoding() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getEnum(Class) - Method in class org.metatype.sxc.jaxb.model.Model
 
getEnumMap() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
getEnums() - Method in class org.metatype.sxc.jaxb.model.Model
 
getEventHandler() - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getEventType() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getEventType() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getExpression() - Method in class org.metatype.sxc.xpath.XPathEvent
 
getField() - Method in class org.metatype.sxc.jaxb.model.Property
 
getFloat(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getFloatValue() - Method in interface org.metatype.sxc.util.Attribute
 
getFloatValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getGenericType(Type) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getGetter(String) - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getGetter() - Method in class org.metatype.sxc.jaxb.model.Property
 
getGetter(String, Type) - Static method in class org.metatype.sxc.util.Util
 
getGetter(String) - Static method in class org.metatype.sxc.util.Util
 
getGlobalElements() - Method in class org.metatype.sxc.builder.impl.BuildContext
 
getIndentSize() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
getIndex() - Method in interface org.metatype.sxc.util.Attribute
Returns the index of the current attribute in the XoXMLStreamREader.
getIndex() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getInt(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getIntValue() - Method in interface org.metatype.sxc.util.Attribute
 
getIntValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getJAXBEnumBuilder(Class) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getJAXBEnumClass() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getJaxbMarshaller(Class<T>) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
getJaxbMarshallerByElementName(QName) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
getJaxbMarshallerBySchemaType(QName) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
getJAXBObjectBuilder(Class) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getJAXBObjectClass() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getJAXBObjectFactoryBuilder(Class) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getJAXBObjectFactoryClass() - Method in class org.metatype.sxc.jaxb.JAXBObjectFactoryBuilder
 
getLifecycleCallbackVar() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getLineNumber() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getListener() - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
getListener() - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getLocalName() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getLocalName() - Method in interface org.metatype.sxc.util.Attribute
Returns the local name of the current attribute.
getLocalName() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getLocalName() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getLocation() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getLocation() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getLong(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getLongValue() - Method in interface org.metatype.sxc.util.Attribute
 
getLongValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getMarshalContextClass() - Method in class org.metatype.sxc.builder.impl.BuildContext
 
getMethod() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getMethod() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getMixedChildElements() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getMixedChildElements() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getModel() - Method in class org.metatype.sxc.jaxb.model.Bean
 
getModel() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
getModel() - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
getModel() - Method in class org.metatype.sxc.jaxb.model.RiModelBuilder
 
getName() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
getName() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getName() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getName() - Method in interface org.metatype.sxc.builder.WriterBuilder
 
getName() - Method in class org.metatype.sxc.jaxb.model.Property
 
getName() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getName() - Method in interface org.metatype.sxc.util.Attribute
Returns the QName of the current attribute.
getName() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getName() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNamespace() - Method in interface org.metatype.sxc.util.Attribute
Returns the namespace of the current attribute.
getNamespace() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getNamespaceContext() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespaceContext() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
getNamespaceContext() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
getNamespaceContext() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNamespaceContext() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getNamespaceContext() - Method in class org.metatype.sxc.xpath.XPathBuilder
 
getNamespaceCount() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespaceCount() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNamespacePrefix(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespacePrefix(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNamespaces() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespaceURI() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespaceURI(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespaceURI(String) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getNamespaceURI(String) - Method in class org.metatype.sxc.util.W3CNamespaceContext
 
getNamespaceURI() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNamespaceURI(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNamespaceURI(String) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getNode() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getObject() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getObject() - Method in interface org.metatype.sxc.builder.WriterBuilder
Get the current object being written.
getObject(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getObject(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.PropertyAccessor
 
getObject() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getObjectFactories() - Method in class org.metatype.sxc.jaxb.model.Model
 
getOffset() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getParent() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getParent() - Method in interface org.metatype.sxc.builder.WriterBuilder
 
getParseContext() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getParseMethod() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getParserBuilder() - Method in interface org.metatype.sxc.builder.Builder
 
getParserBuilder() - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
getParserBuilder() - Method in interface org.metatype.sxc.builder.impl.ElementParserBuilderImpl.Expected
 
getParserBuilder() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
getParserBuilder() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
getParserBuilder() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
getParserBuilder() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getParserConstructor() - Method in interface org.metatype.sxc.builder.Builder
 
getParserConstructor() - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
getParseValue() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getParseXSR() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getPIData() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getPIData() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getPITarget() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getPITarget() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getPrefix() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getPrefix() - Method in interface org.metatype.sxc.util.Attribute
Returns the namespace prefix of the current attribute.
getPrefix(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
getPrefix(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
getPrefix(String) - Method in class org.metatype.sxc.util.W3CNamespaceContext
 
getPrefix() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getPrefix() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getPrefix(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getPrefixes(String) - Method in class org.metatype.sxc.util.W3CNamespaceContext
 
getPrivateFieldAccessor(Field) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getPrivatePropertyAccessor(Method, Method, String) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getProperties() - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
getProperties() - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
getProperties() - Method in class org.metatype.sxc.jaxb.model.Bean
 
getProperty() - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
getProperty(String) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
getProperty(String) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getProperty(String) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getProperty(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
getProperty(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
getProperty(String) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getProperty(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getPropertyName() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getQNameAsString(QName) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
getQNameAsString(QName) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getReadBlock() - Method in interface org.metatype.sxc.builder.impl.ElementParserBuilderImpl.Expected
 
getReadBlock() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
getReadBlock() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
getReadBlock() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
getReadContextVar() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getReader() - Method in interface org.metatype.sxc.util.Attribute
Returns the XoXMLStreamReader;
getReader() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getReader() - Method in class org.metatype.sxc.xpath.XPathEvent
 
getReaderClass() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getReaderClass() - Method in interface org.metatype.sxc.builder.ParserBuilder
 
getReadMethod() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getReadObject() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getReadTailBlock() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getReadVar() - Method in interface org.metatype.sxc.builder.impl.ElementParserBuilderImpl.Expected
 
getReadVar() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
getReadVar() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
getReadVar() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
getReadVariableManager() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getResourceAsReader(String) - Method in class org.metatype.sxc.util.XoTestCase
 
getResourceAsStream(String) - Method in class org.metatype.sxc.util.XoTestCase
 
getResult() - Method in class org.metatype.sxc.jaxb.UnmarshallerHandlerImpl
 
getRootElementName() - Method in class org.metatype.sxc.jaxb.model.Bean
 
getRootElementName() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
getRootElements() - Method in class org.metatype.sxc.jaxb.JAXBObjectFactory
 
getRootElements() - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
getSchema() - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
getSchema() - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getSchemaGenerator() - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getSchemaTypeName() - Method in class org.metatype.sxc.jaxb.model.Bean
 
getSchemaTypeName() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
getSetter() - Method in class org.metatype.sxc.jaxb.model.Property
 
getSetter(String) - Static method in class org.metatype.sxc.util.Util
 
getShort(Object, RuntimeContext, BeanType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
getShortValue() - Method in interface org.metatype.sxc.util.Attribute
 
getShortValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getSourceOutputDirectory() - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
getSourceOutputDirectory() - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
getSources() - Method in class org.metatype.sxc.builder.impl.CodeWriterImpl
 
getSources() - Method in class org.metatype.sxc.jaxb.BuilderContext
 
getStaticImports(JDefinedClass) - Static method in class org.metatype.sxc.builder.impl.JStaticImports
 
getStaticImports() - Method in class org.metatype.sxc.builder.impl.JStaticImports
 
getStaxParser() - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
getTailBlock() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
Optional code to be generated right before the return statement, after the main loop.
getTailBlock() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getter - Variable in class org.metatype.sxc.jaxb.PropertyAccessor
 
getterError(XoXMLStreamReader, Class, String, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
getterError(Object, String, Class, String, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
getTestFile(String) - Method in class org.metatype.sxc.util.XoTestCase
 
getText() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getText() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getTextCharacters() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getTextCharacters() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getTextCharacters(int, char[], int, int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getTextLength() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getTextLength() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getTextStart() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getTextStart() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getTimeout() - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
getToStringBean() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getToStringContext() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getToStringMethod() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getToStringParameterName() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getToStringValue() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getType() - Method in class org.metatype.sxc.jaxb.JAXBClass
 
getType() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getType() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getType() - Method in class org.metatype.sxc.jaxb.JAXBObjectFactoryBuilder
 
getType() - Method in class org.metatype.sxc.jaxb.model.Bean
 
getType() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
getType() - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
getType() - Method in class org.metatype.sxc.jaxb.model.Property
 
getType() - Method in class org.metatype.sxc.jaxb.UnmarshallerHandlerImpl
 
getType() - Method in interface org.metatype.sxc.util.Attribute
Returns the type of the current attribute.
getType() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getUniquePrefix(String) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
getUniquePrefix(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getUniquePrefix(String, boolean) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getUniquePrefix() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
getUnmarshalContextClass() - Method in class org.metatype.sxc.builder.impl.BuildContext
 
getUnmarshallerHandler() - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
getURL() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
getValue() - Method in interface org.metatype.sxc.util.Attribute
Returns the value of the current attribute.
getValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getVar() - Method in class org.metatype.sxc.xpath.XPathBuilder.ExpressionState
 
getVariableManager() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getVariableManager() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getVariableManager() - Method in interface org.metatype.sxc.builder.ParserBuilder
 
getVariableManager() - Method in interface org.metatype.sxc.builder.WriterBuilder
 
getVariables() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getVars() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
getVersion() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
getVersion() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getWriteContextVar() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriteMethod() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriteObject() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriterBuilder() - Method in interface org.metatype.sxc.builder.Builder
 
getWriterBuilder() - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
getWriterBuilder() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriterClass() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getWriterClass() - Method in interface org.metatype.sxc.builder.WriterBuilder
 
getWriterDefaultNS() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriterPrefix(String) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriteStartElement(QName) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getWriteType() - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
getWriteVariableManager() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getXif() - Static method in class org.metatype.sxc.util.XmlFactories
 
getXMLInputFactory() - Method in class org.metatype.sxc.Reader
 
getXmlListValue() - Method in interface org.metatype.sxc.util.Attribute
 
getXmlListValue() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl.AttributeImpl
 
getXmlName() - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
getXmlName() - Method in class org.metatype.sxc.jaxb.model.Property
 
getXMLOutputFactory() - Method in class org.metatype.sxc.Writer
 
getXmlRootElement() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getXmlRootElement() - Method in class org.metatype.sxc.jaxb.JAXBObject
 
getXmlRootElement() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getXmlStyle() - Method in class org.metatype.sxc.jaxb.model.Property
 
getXmlType() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
getXmlType() - Method in class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
getXmlType() - Method in class org.metatype.sxc.jaxb.JAXBObject
 
getXmlType() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getXof() - Static method in class org.metatype.sxc.util.XmlFactories
 
getXsiType() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
getXsiType() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
getXSR() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
getXSR() - Method in interface org.metatype.sxc.builder.ParserBuilder
Get the XMLStreamReader variable.
getXSR() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
getXSR(String) - Method in class org.metatype.sxc.util.XoTestCase
 
getXSR(InputStream) - Method in class org.metatype.sxc.util.XoTestCase
 
getXSW() - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
getXSW() - Method in interface org.metatype.sxc.builder.WriterBuilder
Get the XMLStreamWriter.
getXSW() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 

H

hashCode() - Method in class org.metatype.sxc.jaxb.model.Bean
 
hashCode() - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
hashCode() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
hashCode() - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
hashCode() - Method in class org.metatype.sxc.jaxb.model.Property
 
hashCode() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
hasName() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
hasName() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
hasNext() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
hasNext() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
hasText() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
hasText() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 

I

IdentityManager - Class in org.metatype.sxc.builder.impl
 
IdentityManager() - Constructor for class org.metatype.sxc.builder.impl.IdentityManager
 
IdRefTarget - Interface in org.metatype.sxc.jaxb
 
ifConditions() - Method in class org.metatype.sxc.builder.impl.JIfElseBlock
 
ignorableWhitespace(char[], int, int) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
indent() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
INITIAL_SIZE - Static variable in class org.metatype.sxc.util.ArrayUtil
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.BigDecimalJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.BigIntegerJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.BooleanJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.CalendarJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.DateJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.DoubleJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.DurationJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.FloatJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.IntegerJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.LongJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.QNameJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.ShortJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.StringJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.URIJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.UUIDJAXB
 
INSTANCE - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects.XMLGregorianCalendarJAXB
 
IntArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.IntArray
 
IntegerJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.IntegerJAXB
 
isAddReadAsType() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
isAttributeSpecified(int) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
isAttributeSpecified(int) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
isCharacters() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
isCharacters() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
isCollection() - Method in class org.metatype.sxc.jaxb.model.Property
 
isElement(Object) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
isEndElement() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
isEndElement() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
isFullyResolved() - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
isId() - Method in class org.metatype.sxc.jaxb.model.Property
 
isIdref() - Method in class org.metatype.sxc.jaxb.model.Property
 
isJavaKeyword(String) - Static method in class org.metatype.sxc.jaxb.JavaUtils
checks if the input string is a valid java keyword.
isLax() - Method in class org.metatype.sxc.jaxb.model.Property
 
isMixed() - Method in class org.metatype.sxc.jaxb.model.Property
 
isNillable() - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
isNillable() - Method in class org.metatype.sxc.jaxb.model.Property
 
isPrivate(Member) - Static method in class org.metatype.sxc.jaxb.JavaUtils
 
isPublic(Member) - Static method in class org.metatype.sxc.jaxb.LifecycleCallback
 
isRequired() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
isRequired() - Method in interface org.metatype.sxc.builder.ParserBuilder
 
isRequired() - Method in class org.metatype.sxc.jaxb.model.Property
 
isStandalone() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
isStandalone() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
isStartElement() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
isStartElement() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
isValidating() - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
isWhiteSpace() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
isWhiteSpace() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
isXmlAny() - Method in class org.metatype.sxc.jaxb.model.Property
 
isXmlList() - Method in class org.metatype.sxc.jaxb.model.Property
 
isXsiNil() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
isXsiNil() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 

J

JAVAC - Static variable in class org.metatype.sxc.compiler.Compiler
 
JavacCompiler - Class in org.metatype.sxc.compiler
 
JavacCompiler() - Constructor for class org.metatype.sxc.compiler.JavacCompiler
 
JavaUtils - Class in org.metatype.sxc.jaxb
 
JAXBClass<T> - Class in org.metatype.sxc.jaxb
 
JAXBClass(Class<T>, Class<? extends JAXBClass>...) - Constructor for class org.metatype.sxc.jaxb.JAXBClass
 
JAXBContextImpl - Class in org.metatype.sxc.jaxb
 
JAXBContextImpl(Class...) - Constructor for class org.metatype.sxc.jaxb.JAXBContextImpl
 
JAXBContextImpl(Map<String, ?>, Class...) - Constructor for class org.metatype.sxc.jaxb.JAXBContextImpl
 
JAXBEnum<T> - Class in org.metatype.sxc.jaxb
 
JAXBEnum(Class<T>, QName, QName) - Constructor for class org.metatype.sxc.jaxb.JAXBEnum
 
JAXBEnumBuilder - Class in org.metatype.sxc.jaxb
 
JAXBEnumBuilder(BuilderContext, Class, QName, QName) - Constructor for class org.metatype.sxc.jaxb.JAXBEnumBuilder
 
JAXBGenerator - Class in org.metatype.sxc.jaxb
 
JAXBGenerator() - Constructor for class org.metatype.sxc.jaxb.JAXBGenerator
 
JAXBGenerator(String...) - Constructor for class org.metatype.sxc.jaxb.JAXBGenerator
 
JAXBGenerator(Set<String>) - Constructor for class org.metatype.sxc.jaxb.JAXBGenerator
 
JAXBIntrospectorImpl - Class in org.metatype.sxc.jaxb
 
JAXBIntrospectorImpl() - Constructor for class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
JAXBIntrospectorImpl(JAXBObject...) - Constructor for class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
JAXBModelFactory - Class in org.metatype.sxc.jaxb
Factory methods to build JAXB models.
JAXBObject<T> - Class in org.metatype.sxc.jaxb
 
JAXBObject(Class<T>, QName, QName, Class<? extends JAXBClass>...) - Constructor for class org.metatype.sxc.jaxb.JAXBObject
 
JAXBObjectBuilder - Class in org.metatype.sxc.jaxb
 
JAXBObjectBuilder(JAXBObjectBuilder, ElementParserBuilderImpl, boolean) - Constructor for class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
JAXBObjectBuilder(BuilderContext, Class, QName, QName, boolean) - Constructor for class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
jaxbObjectByClass - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects
 
jaxbObjectBySchemaType - Static variable in class org.metatype.sxc.jaxb.StandardJAXBObjects
 
JAXBObjectFactory<T> - Class in org.metatype.sxc.jaxb
 
JAXBObjectFactory(Class<T>, Class<? extends JAXBClass>...) - Constructor for class org.metatype.sxc.jaxb.JAXBObjectFactory
 
JAXBObjectFactoryBuilder - Class in org.metatype.sxc.jaxb
 
JAXBObjectFactoryBuilder(BuilderContext, Class) - Constructor for class org.metatype.sxc.jaxb.JAXBObjectFactoryBuilder
 
JBlankLine - Class in org.metatype.sxc.builder.impl
 
JBlankLine() - Constructor for class org.metatype.sxc.builder.impl.JBlankLine
 
JEnumLabel - Class in org.metatype.sxc.builder.impl
 
JEnumLabel(String) - Constructor for class org.metatype.sxc.builder.impl.JEnumLabel
 
JIfElseBlock - Class in org.metatype.sxc.builder.impl
 
JIfElseBlock() - Constructor for class org.metatype.sxc.builder.impl.JIfElseBlock
 
JIfElseBlock.IfCondition - Class in org.metatype.sxc.builder.impl
 
JLineComment - Class in org.metatype.sxc.builder.impl
 
JLineComment(String) - Constructor for class org.metatype.sxc.builder.impl.JLineComment
 
JStaticImports - Class in org.metatype.sxc.builder.impl
 
JStaticImports() - Constructor for class org.metatype.sxc.builder.impl.JStaticImports
 

L

LifecycleCallback - Class in org.metatype.sxc.jaxb
 
LifecycleCallback(Method, Method, Method, Method) - Constructor for class org.metatype.sxc.jaxb.LifecycleCallback
 
LifecycleCallback(Class) - Constructor for class org.metatype.sxc.jaxb.LifecycleCallback
 
listen(String, XPathEventHandler) - Method in class org.metatype.sxc.xpath.XPathBuilder
 
loadJAXBClass(Class, ClassLoader) - Static method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
loadPackageClasses(String, ClassLoader) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
LongArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.LongArray
 
LongJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.LongJAXB
 

M

makeNonJavaKeyword(String) - Static method in class org.metatype.sxc.jaxb.JavaUtils
Turn a java keyword string into a non-Java keyword string.
mapAsProperty(String, Class, boolean) - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
marshal(Object, Result) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
MARSHALLER - Static variable in class org.metatype.sxc.jaxb.MarshallerImpl
 
MarshallerImpl - Class in org.metatype.sxc.jaxb
 
MarshallerImpl(JAXBIntrospectorImpl) - Constructor for class org.metatype.sxc.jaxb.MarshallerImpl
 
method - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
model - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
Model - Class in org.metatype.sxc.jaxb.model
 
Model() - Constructor for class org.metatype.sxc.jaxb.model.Model
 
moveTo(WriterBuilder) - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
moveTo(WriterBuilder) - Method in interface org.metatype.sxc.builder.WriterBuilder
Call another Method which is represented by this WriterBuilder.

N

name - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
newBlock(JExpression) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
newCondition(JExpression) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
newCondition(JExpression, JType) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
newCondition(JExpression) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
newCondition(JExpression, JType) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
newInstance() - Static method in class org.metatype.sxc.compiler.Compiler
 
newInstance(String) - Static method in class org.metatype.sxc.compiler.Compiler
 
newInstance(Class...) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
newInstance(Class[], Map<String, ?>) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
newInstance(String) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
newInstance(String, ClassLoader) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
newInstance(String, ClassLoader, Map<String, ?>) - Static method in class org.metatype.sxc.jaxb.JAXBContextImpl
 
newState() - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
newState(JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
newState(JBlock, String) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
newState() - Method in class org.metatype.sxc.builder.impl.AttributeParserBuilderImpl
 
newState(JBlock) - Method in class org.metatype.sxc.builder.impl.AttributeParserBuilderImpl
 
newState() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
newState(JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
newState(JBlock, String) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
newState() - Method in interface org.metatype.sxc.builder.ParserBuilder
 
newState(JBlock) - Method in interface org.metatype.sxc.builder.ParserBuilder
 
next() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
next() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
nextTag() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
nextTag() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
nextTagIgnoreAll() - Method in interface org.metatype.sxc.util.XoXMLStreamReader
 
nextTagIgnoreAll() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
NONE - Static variable in class org.metatype.sxc.jaxb.LifecycleCallback
 
NullResolver() - Constructor for class org.metatype.sxc.util.XoTestCase.NullResolver
 

O

ObjectFactory - Class in org.metatype.sxc.jaxb.model
 
ObjectFactory(Model, Class<?>) - Constructor for class org.metatype.sxc.jaxb.model.ObjectFactory
 
ObjectFactoryIntrospector - Class in org.metatype.sxc.jaxb
 
ObjectFactoryIntrospector(BuilderContext, Model) - Constructor for class org.metatype.sxc.jaxb.ObjectFactoryIntrospector
 
objectVar - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
offset - Variable in class org.metatype.sxc.jaxb.FieldAccessor
 
onMatch(XPathEvent) - Method in class org.metatype.sxc.xpath.XPathEventHandler
 
openBinary(JPackage, String) - Method in class org.metatype.sxc.builder.impl.CodeWriterImpl
 
org.metatype.sxc - package org.metatype.sxc
 
org.metatype.sxc.builder - package org.metatype.sxc.builder
 
org.metatype.sxc.builder.impl - package org.metatype.sxc.builder.impl
 
org.metatype.sxc.compiler - package org.metatype.sxc.compiler
 
org.metatype.sxc.jaxb - package org.metatype.sxc.jaxb
 
org.metatype.sxc.jaxb.maven - package org.metatype.sxc.jaxb.maven
 
org.metatype.sxc.jaxb.model - package org.metatype.sxc.jaxb.model
 
org.metatype.sxc.util - package org.metatype.sxc.util
 
org.metatype.sxc.xpath - package org.metatype.sxc.xpath
 
org.metatype.sxc.xpath.impl - package org.metatype.sxc.xpath.impl
 

P

parent - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
parse(XoXMLStreamReader, RuntimeContext, String) - Method in class org.metatype.sxc.jaxb.JAXBEnum
 
parse(XMLEventReader) - Method in interface org.metatype.sxc.jaxb.StaxContentHandler.StaxParser
 
parse(XMLEventReader) - Method in class org.metatype.sxc.jaxb.UnmarshallerHandlerImpl
 
ParserBuilder - Interface in org.metatype.sxc.builder
 
passParentVariable(JVar) - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
passParentVariable(JVar) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
passParentVariable(JVar) - Method in interface org.metatype.sxc.builder.ParserBuilder
Pass a variable in the parent ParserBuilder to this parser builder.
PrettyPrintXMLStreamWriter - Class in org.metatype.sxc.util
 
PrettyPrintXMLStreamWriter(XMLStreamWriter) - Constructor for class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
PrettyPrintXMLStreamWriter(XMLStreamWriter, int) - Constructor for class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
PrettyPrintXMLStreamWriter(XMLStreamWriter, int, String) - Constructor for class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
processingInstruction(String, String) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
Property - Class in org.metatype.sxc.jaxb.model
 
Property(Bean, String) - Constructor for class org.metatype.sxc.jaxb.model.Property
 
Property.XmlStyle - Enum in org.metatype.sxc.jaxb.model
 
PropertyAccessor<BeanType,FieldType> - Class in org.metatype.sxc.jaxb
 
PropertyAccessor(Method, Method) - Constructor for class org.metatype.sxc.jaxb.PropertyAccessor
 
PropertyAccessor(Class<BeanType>, Class<FieldType>, String, String) - Constructor for class org.metatype.sxc.jaxb.PropertyAccessor
 
PropertyRefTarget - Class in org.metatype.sxc.jaxb
 
PropertyRefTarget(XoXMLStreamReader, RuntimeContext, Object, PropertyAccessor) - Constructor for class org.metatype.sxc.jaxb.PropertyRefTarget
 

Q

QNameJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.QNameJAXB
 

R

read(XMLStreamReader, Class<?>, Boolean, RuntimeContext) - Method in interface org.metatype.sxc.jaxb.ExtendedUnmarshaller
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBEnum
 
read(InputStream) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
read(InputStream, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
read(XMLStreamReader) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
read(XMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.BigDecimalJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.BigIntegerJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.BooleanJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.CalendarJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.DateJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.DoubleJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.DurationJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.FloatJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.IntegerJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.LongJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.QNameJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.ShortJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.StringJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.URIJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.UUIDJAXB
 
read(XoXMLStreamReader, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.XMLGregorianCalendarJAXB
 
read(XMLStreamReader, Class<?>, Boolean, RuntimeContext) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
read(InputStream, Map<String, Object>) - Method in class org.metatype.sxc.Reader
 
read(InputStream) - Method in class org.metatype.sxc.Reader
 
read(XMLStreamReader) - Method in class org.metatype.sxc.Reader
 
read(XMLStreamReader, Map<String, Object>) - Method in class org.metatype.sxc.Reader
 
read(XMLStreamReader, Map<String, Object>, QName) - Method in class org.metatype.sxc.Reader
 
read(XoXMLStreamReader, Map<String, Object>) - Method in class org.metatype.sxc.Reader
 
read(XoXMLStreamReader, Map<String, Object>, QName) - Method in class org.metatype.sxc.Reader
 
readDocument(byte[]) - Method in class org.metatype.sxc.util.XoTestCase
 
Reader - Class in org.metatype.sxc
 
Reader(Context) - Constructor for class org.metatype.sxc.Reader
 
ReaderIntrospector - Class in org.metatype.sxc.jaxb
 
ReaderIntrospector(BuilderContext, Model) - Constructor for class org.metatype.sxc.jaxb.ReaderIntrospector
 
readXml(InputStream) - Static method in class org.metatype.sxc.util.XoTestCase
Read XML as DOM.
readXmlAny(XoXMLStreamReader, Class<T>, boolean) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
require(int, String, String) - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
require(int, String, String) - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
resolved(Object) - Method in class org.metatype.sxc.jaxb.CollectionRefTarget
 
resolved(Object) - Method in class org.metatype.sxc.jaxb.FieldRefTarget
 
resolved(Object) - Method in interface org.metatype.sxc.jaxb.IdRefTarget
 
resolved(Object) - Method in class org.metatype.sxc.jaxb.PropertyRefTarget
 
resolveEntity(String, String) - Method in class org.metatype.sxc.util.XoTestCase.NullResolver
 
resolveXmlIdRef(XoXMLStreamReader, String, IdRefTarget) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
resolveXmlIdRefs() - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
RiModelBuilder - Class in org.metatype.sxc.jaxb.model
 
RiModelBuilder(Map<String, ?>, Class...) - Constructor for class org.metatype.sxc.jaxb.model.RiModelBuilder
 
rtContextVar - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
RuntimeContext - Class in org.metatype.sxc.jaxb
 
RuntimeContext() - Constructor for class org.metatype.sxc.jaxb.RuntimeContext
 
RuntimeContext(ExtendedUnmarshaller) - Constructor for class org.metatype.sxc.jaxb.RuntimeContext
 
RuntimeContext(ExtendedMarshaller) - Constructor for class org.metatype.sxc.jaxb.RuntimeContext
 
RuntimeXMLStreamException - Exception in org.metatype.sxc.util
 
RuntimeXMLStreamException(XMLStreamException) - Constructor for exception org.metatype.sxc.util.RuntimeXMLStreamException
 

S

setAdapter(Class<A>, A) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
setAdapter(XmlAdapter) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setAdapter(Class<A>, A) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setAdapterType(Class) - Method in class org.metatype.sxc.jaxb.model.Property
 
setAddReadAsType(boolean) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setAllowUnkown(boolean) - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
setAllowUnkown(boolean) - Method in interface org.metatype.sxc.builder.ParserBuilder
 
setAnyAttributeBlock(JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setAnyAttributeBlock(JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setAnyElementBlock(JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setAnyElementBlock(JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setAttributeBlock(QName, JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setAttributeBlock(QName, JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setBaseClass(JClass) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setBaseClass(Bean) - Method in class org.metatype.sxc.jaxb.model.Bean
 
setBoolean(XoXMLStreamReader, RuntimeContext, BeanType, boolean) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setBuilder(ParserBuilder) - Method in class org.metatype.sxc.xpath.XPathBuilder.ExpressionState
 
setByte(XoXMLStreamReader, RuntimeContext, BeanType, byte) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setChar(XoXMLStreamReader, RuntimeContext, BeanType, char) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setClasses(String[]) - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
setClassesOutputDirectory(String) - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
setClassesOutputDirectory(File) - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
setClassLoader(ClassLoader) - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
setCollection(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setCompiler(String) - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
setComponentAdaptedType(Class) - Method in class org.metatype.sxc.jaxb.model.Property
 
setComponentType(Type) - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
setComponentType(Type) - Method in class org.metatype.sxc.jaxb.model.Property
 
setCurrentBlock(JBlock) - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
setCurrentBlock(JBlock) - Method in interface org.metatype.sxc.builder.WriterBuilder
 
setDefaultNamespace(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
setDefaultNamespace(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
setDocumentLocator(Locator) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
setDouble(XoXMLStreamReader, RuntimeContext, BeanType, double) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setElement(Element) - Method in class org.metatype.sxc.util.W3CNamespaceContext
 
setElementBlock(QName, JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setElementBlock(QName, JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setEventHandler(ValidationEventHandler) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setField(Field) - Method in class org.metatype.sxc.jaxb.model.Property
 
setFloat(XoXMLStreamReader, RuntimeContext, BeanType, float) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setFullyResolved(boolean) - Method in class org.metatype.sxc.jaxb.JAXBIntrospectorImpl
 
setGetter(Method) - Method in class org.metatype.sxc.jaxb.model.Property
 
setId(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setIdref(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setInt(XoXMLStreamReader, RuntimeContext, BeanType, int) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setLax(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setListener(Marshaller.Listener) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
setListener(Unmarshaller.Listener) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setLong(XoXMLStreamReader, RuntimeContext, BeanType, long) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setMarshalContextClass(JClass) - Method in class org.metatype.sxc.builder.impl.BuildContext
 
setMixed(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setMixedElementBlock(JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setMixedElementBlock(JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setNamespaceContext(NamespaceContext) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
setNamespaceContext(Map<String, String>) - Method in class org.metatype.sxc.xpath.XPathBuilder
 
setNillable(boolean) - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
setNillable(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setObject(JVar) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
setObject(JVar) - Method in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
setObject(XoXMLStreamReader, RuntimeContext, BeanType, FieldType) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setObject(XoXMLStreamReader, RuntimeContext, BeanType, FieldType) - Method in class org.metatype.sxc.jaxb.PropertyAccessor
 
setParserBuilder(AttributeParserBuilderImpl) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
setParserBuilder(ElementParserBuilderImpl) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
setParserBuilder(ElementParserBuilderImpl) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
setPrefix(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
setPrefix(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
setPrefix(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
setProperties(Map<String, String>) - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
setProperties(Map) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
setProperty(String, Object) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
setProperty(String, Object) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setReadBlock(JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
setReadBlock(JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
setReadBlock(JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
setReaderBaseClass(Class<? extends Reader>) - Method in interface org.metatype.sxc.builder.Builder
Sets the base reader class from Reader to the user-defined clas that extends from Reader.
setReaderBaseClass(JClass) - Method in interface org.metatype.sxc.builder.Builder
 
setReaderBaseClass(Class<? extends Reader>) - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
setReaderBaseClass(JClass) - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
setReadVar(JVar) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedAttribute
 
setReadVar(JVar) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
setReadVar(JVar) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedXsiType
 
setRequired(boolean) - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
setRequired(boolean) - Method in interface org.metatype.sxc.builder.ParserBuilder
 
setRequired(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setReturnVar(JType, JExpression) - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
setRootElementName(QName) - Method in class org.metatype.sxc.jaxb.model.Bean
 
setRootElementName(QName) - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
setSchema(Schema) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
setSchema(Schema) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setSchemaTypeName(QName) - Method in class org.metatype.sxc.jaxb.model.Bean
 
setSchemaTypeName(QName) - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
setSetter(Method) - Method in class org.metatype.sxc.jaxb.model.Property
 
setShort(XoXMLStreamReader, RuntimeContext, BeanType, short) - Method in class org.metatype.sxc.jaxb.FieldAccessor
 
setSourceOutputDirectory(String) - Method in class org.metatype.sxc.jaxb.JAXBGenerator
 
setSourceOutputDirectory(File) - Method in class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 
setStaxParser(StaxContentHandler.StaxParser) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
setter - Variable in class org.metatype.sxc.jaxb.PropertyAccessor
 
setterError(XoXMLStreamReader, Class, String, Class, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
setTimeout(long) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
setType(Type) - Method in class org.metatype.sxc.jaxb.model.Property
 
setType(Class<?>) - Method in class org.metatype.sxc.jaxb.UnmarshallerHandlerImpl
 
setUnexpectedXsiTypeBlock(JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setUnexpectedXsiTypeBlock(JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setUnmarshalContextClass(JClass) - Method in class org.metatype.sxc.builder.impl.BuildContext
 
setUp() - Method in class org.metatype.sxc.util.XoTestCase
 
setValidating(boolean) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
setVar(JVar) - Method in class org.metatype.sxc.xpath.XPathBuilder.ExpressionState
 
setVars(List<JExpression>) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
setVars(JExpression...) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl.ExpectedElement
 
setWriterDefaultNS(String) - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
setXmlAny(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setXmlList(boolean) - Method in class org.metatype.sxc.jaxb.model.Property
 
setXmlName(QName) - Method in class org.metatype.sxc.jaxb.model.Property
 
setXmlStyle(Property.XmlStyle) - Method in class org.metatype.sxc.jaxb.model.Property
 
setXmlType(QName) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
setXsiTypeBlock(QName, JVar, JBlock) - Method in interface org.metatype.sxc.builder.ElementParserBuilder
 
setXsiTypeBlock(QName, JVar, JBlock) - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
ShortArray() - Constructor for class org.metatype.sxc.util.ArrayUtil.ShortArray
 
ShortJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.ShortJAXB
 
skippedEntity(String) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
standaloneSet() - Method in class org.metatype.sxc.jaxb.XMLEventStreamReader
 
standaloneSet() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
StandardJAXBObjects - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects
 
StandardJAXBObjects.BigDecimalJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.BigIntegerJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.BooleanJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.CalendarJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.DateJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.DoubleJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.DurationJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.FloatJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.IntegerJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.LongJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.QNameJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.ShortJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.StringJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.URIJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.UUIDJAXB - Class in org.metatype.sxc.jaxb
 
StandardJAXBObjects.XMLGregorianCalendarJAXB - Class in org.metatype.sxc.jaxb
 
startDocument() - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
startPrefixMapping(String, String) - Method in class org.metatype.sxc.jaxb.StaxContentHandler
 
state(JFormatter) - Method in class org.metatype.sxc.builder.impl.JBlankLine
 
state(JFormatter) - Method in class org.metatype.sxc.builder.impl.JIfElseBlock
 
state(JFormatter) - Method in class org.metatype.sxc.builder.impl.JLineComment
 
StaxContentHandler - Class in org.metatype.sxc.jaxb
 
StaxContentHandler() - Constructor for class org.metatype.sxc.jaxb.StaxContentHandler
 
StaxContentHandler(StaxContentHandler.StaxParser) - Constructor for class org.metatype.sxc.jaxb.StaxContentHandler
 
StaxContentHandler.StaxParser - Interface in org.metatype.sxc.jaxb
 
StringJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.StringJAXB
 
SxcJaxbPlugin - Class in org.metatype.sxc.jaxb.maven
 
SxcJaxbPlugin() - Constructor for class org.metatype.sxc.jaxb.maven.SxcJaxbPlugin
 

T

test() - Method in class org.metatype.sxc.builder.impl.JIfElseBlock.IfCondition
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.BooleanArray
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.CharArray
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.DoubleArray
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.FloatArray
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.IntArray
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.LongArray
 
toArray() - Method in class org.metatype.sxc.util.ArrayUtil.ShortArray
 
toClass(Type) - Static method in class org.metatype.sxc.jaxb.JavaUtils
 
toJClass(Class) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
toJType(Class<?>) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
toString(Object, String, RuntimeContext, T) - Method in class org.metatype.sxc.jaxb.JAXBEnum
 
toString() - Method in class org.metatype.sxc.jaxb.model.Bean
 
toString() - Method in class org.metatype.sxc.jaxb.model.ElementMapping
 
toString() - Method in class org.metatype.sxc.jaxb.model.EnumInfo
 
toString() - Method in class org.metatype.sxc.jaxb.model.ObjectFactory
 
toString() - Method in class org.metatype.sxc.jaxb.model.Property
 
toString() - Method in class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
toString() - Method in class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
toValidId(String) - Static method in class org.metatype.sxc.builder.impl.IdentityManager
 
type - Variable in class org.metatype.sxc.jaxb.JAXBClass
The ObjectFactory class.

U

uncreatableCollection(XoXMLStreamReader, Class, String, Class) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedAttribute(Attribute, QName...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedElement(XoXMLStreamReader, QName...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedElementRef(XoXMLStreamWriter, Object, String, Object, Class...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedElementType(XoXMLStreamWriter, Object, String, Object, Class...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedEnumConst(Object, String, T, T...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedEnumValue(XoXMLStreamReader, Class, String, String...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedNullValue(Object, String) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedSubclass(XoXMLStreamWriter, Object, Class, Class...) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unexpectedXsiType(XoXMLStreamReader, Class<T>) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
unindent() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
unmarshal(File) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(InputStream) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(Reader) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(URL) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(InputSource, Class<T>) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(InputSource) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(Node) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(Source, Class<T>) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(Source) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in class org.metatype.sxc.jaxb.UnmarshallerImpl
 
UnmarshallerHandlerImpl - Class in org.metatype.sxc.jaxb
 
UnmarshallerHandlerImpl(ExtendedUnmarshaller) - Constructor for class org.metatype.sxc.jaxb.UnmarshallerHandlerImpl
 
UnmarshallerImpl - Class in org.metatype.sxc.jaxb
 
UnmarshallerImpl(JAXBIntrospectorImpl) - Constructor for class org.metatype.sxc.jaxb.UnmarshallerImpl
 
URIJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.URIJAXB
 
Util - Class in org.metatype.sxc.util
 
Util() - Constructor for class org.metatype.sxc.util.Util
 
UUIDJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.UUIDJAXB
 

V

ValidationEventLocatorImpl - Class in org.metatype.sxc.jaxb
 
ValidationEventLocatorImpl() - Constructor for class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
ValidationEventLocatorImpl(Location) - Constructor for class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
ValidationEventLocatorImpl(Object, String) - Constructor for class org.metatype.sxc.jaxb.ValidationEventLocatorImpl
 
valueOf(String) - Static method in enum org.metatype.sxc.jaxb.model.Property.XmlStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.metatype.sxc.jaxb.model.Property.XmlStyle
Returns an array containing the constants of this enum type, in the order they are declared.
variableManager - Variable in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
variableManager - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 

W

W3CDOMStreamWriter - Class in org.metatype.sxc.util
 
W3CDOMStreamWriter() - Constructor for class org.metatype.sxc.util.W3CDOMStreamWriter
 
W3CDOMStreamWriter(DocumentBuilder) - Constructor for class org.metatype.sxc.util.W3CDOMStreamWriter
 
W3CDOMStreamWriter(Document) - Constructor for class org.metatype.sxc.util.W3CDOMStreamWriter
 
W3CDOMStreamWriter(Element) - Constructor for class org.metatype.sxc.util.W3CDOMStreamWriter
 
W3CNamespaceContext - Class in org.metatype.sxc.util
 
W3CNamespaceContext() - Constructor for class org.metatype.sxc.util.W3CNamespaceContext
 
write(File) - Method in interface org.metatype.sxc.builder.Builder
Generates the code into the given directory.
write(CodeWriter) - Method in interface org.metatype.sxc.builder.Builder
Generates the code through a custom CodeWriter.
write() - Method in class org.metatype.sxc.builder.impl.AbstractParserBuilder
 
write() - Method in class org.metatype.sxc.builder.impl.AttributeParserBuilderImpl
 
write(File) - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
write(CodeWriter) - Method in class org.metatype.sxc.builder.impl.BuilderImpl
 
write() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
write() - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
write(CodeWriter) - Method in class org.metatype.sxc.jaxb.BuilderContext
 
write(Object, XoXMLStreamWriter, RuntimeContext, boolean, boolean) - Method in interface org.metatype.sxc.jaxb.ExtendedMarshaller
 
write(XoXMLStreamWriter, T, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBEnum
 
write(OutputStream, T) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
write(OutputStream, T, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
write(XMLStreamWriter, T) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
write(XMLStreamWriter, T, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
write(XoXMLStreamWriter, T) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
write(XoXMLStreamWriter, T, RuntimeContext) - Method in class org.metatype.sxc.jaxb.JAXBObject
 
write() - Method in class org.metatype.sxc.jaxb.JAXBObjectBuilder
 
write(Object, XoXMLStreamWriter, RuntimeContext, boolean, boolean) - Method in class org.metatype.sxc.jaxb.MarshallerImpl
 
write(XoXMLStreamWriter, BigDecimal, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.BigDecimalJAXB
 
write(XoXMLStreamWriter, BigInteger, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.BigIntegerJAXB
 
write(XoXMLStreamWriter, Boolean, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.BooleanJAXB
 
write(XoXMLStreamWriter, Calendar, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.CalendarJAXB
 
write(XoXMLStreamWriter, Date, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.DateJAXB
 
write(XoXMLStreamWriter, Double, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.DoubleJAXB
 
write(XoXMLStreamWriter, Duration, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.DurationJAXB
 
write(XoXMLStreamWriter, Float, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.FloatJAXB
 
write(XoXMLStreamWriter, Integer, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.IntegerJAXB
 
write(XoXMLStreamWriter, Long, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.LongJAXB
 
write(XoXMLStreamWriter, QName, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.QNameJAXB
 
write(XoXMLStreamWriter, Short, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.ShortJAXB
 
write(XoXMLStreamWriter, String, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.StringJAXB
 
write(XoXMLStreamWriter, URI, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.URIJAXB
 
write(XoXMLStreamWriter, UUID, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.UUIDJAXB
 
write(XoXMLStreamWriter, XMLGregorianCalendar, RuntimeContext) - Method in class org.metatype.sxc.jaxb.StandardJAXBObjects.XMLGregorianCalendarJAXB
 
write(OutputStream, Object) - Method in class org.metatype.sxc.Writer
 
write(XMLStreamWriter, Object) - Method in class org.metatype.sxc.Writer
 
write(XMLStreamWriter, Object, Map<String, Object>) - Method in class org.metatype.sxc.Writer
 
write(XoXMLStreamWriter, Object) - Method in class org.metatype.sxc.Writer
 
write(XoXMLStreamWriter, Object, Map<String, Object>) - Method in class org.metatype.sxc.Writer
 
writeAndDeclareIfUndeclared(String, String) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAndDeclareIfUndeclared(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAndIncreaseIndent() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeAs(Class, boolean) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeAs(Class) - Method in class org.metatype.sxc.builder.impl.AttributeWriterBuilder
 
writeAs(Class, boolean) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeAs(Class) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeAs(Class) - Method in interface org.metatype.sxc.builder.WriterBuilder
Write the current object as the specified simple type.
writeAsInt() - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeAsInt() - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeAsString() - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeAsString() - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeAsXmlList(Collection<Object>) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(Object[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(boolean[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(short[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(int[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(long[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(float[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(double[]) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAsXmlList(Collection<Object>) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(Object[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(boolean[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(short[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(int[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(long[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(float[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAsXmlList(double[]) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAttribute(QName) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeAttribute(QName, JType, JExpression) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeAttribute(QName) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeAttribute(QName, JType, JExpression) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeAttribute(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeAttribute(String, String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeAttribute(QName, String) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeAttribute(QName, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAttribute(String, String, String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAttribute(String, String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeAttribute(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeBoolean(boolean) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeBoolean(boolean) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeByte(byte) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeByte(byte) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeCData(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeCData(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeCData(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeCharacters(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeCharacters(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeCharacters(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeComment(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeComment(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeComment(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeDefaultNamespace(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeDefaultNamespace(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeDomElement(Element, boolean) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeDomElement(Element, boolean) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeDouble(double) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeDouble(double) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeDTD(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeDTD(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeDTD(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeElement(QName) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeElement(QName, JType, JExpression) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeElement(QName, JExpression, JType, JExpression) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeElement(QName) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeElement(QName, JExpression, JType, JExpression) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeElement(QName, JType, JExpression) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeEmptyElement(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeEmptyElement(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeEmptyElement(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeEmptyElement(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeEndDocument() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeEndDocument() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeEndDocument() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeEndElement() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeEndElement() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeEndElement() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeEntityRef(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeEntityRef(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeEntityRef(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeFloat(float) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeFloat(float) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeIndent() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeInt(int) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeInt(int) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeLong(long) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeLong(long) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeNamespace(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeNamespace(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeNilIfNull() - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeNilIfNull() - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeProcessingInstruction(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeProcessingInstruction(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeProperty(QName, Class, String, boolean) - Method in interface org.metatype.sxc.builder.ElementWriterBuilder
 
writeProperty(QName, Class, String, boolean) - Method in class org.metatype.sxc.builder.impl.ElementWriterBuilderImpl
 
writeQName(QName) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeQName(QName) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
Writer - Class in org.metatype.sxc
 
Writer(Context) - Constructor for class org.metatype.sxc.Writer
 
WriterBuilder - Interface in org.metatype.sxc.builder
 
writerClass - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 
writeReadAsType() - Method in class org.metatype.sxc.builder.impl.ElementParserBuilderImpl
 
WriterIntrospector - Class in org.metatype.sxc.jaxb
 
WriterIntrospector(BuilderContext, Model) - Constructor for class org.metatype.sxc.jaxb.WriterIntrospector
 
writeShort(short) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeShort(short) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartDocument() - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeStartDocument(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeStartDocument() - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeStartDocument(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeStartDocument(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeStartDocument() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartDocument(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartDocument(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartElement(String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.metatype.sxc.util.PrettyPrintXMLStreamWriter
 
writeStartElement(String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeStartElement(String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeStartElement(String, String, String) - Method in class org.metatype.sxc.util.W3CDOMStreamWriter
 
writeStartElement(String, String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartElement(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartElement(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeStartElementWithAutoPrefix(String, String) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeStartElementWithAutoPrefix(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeString(String) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeString(String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeXml(Node, OutputStream) - Static method in class org.metatype.sxc.util.XPathAssert
 
writeXmlAny(XoXMLStreamWriter, Object, String, Object) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
writeXsiNil() - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeXsiNil() - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
writeXsiType(String, String) - Method in interface org.metatype.sxc.util.XoXMLStreamWriter
 
writeXsiType(String, String) - Method in class org.metatype.sxc.util.XoXMLStreamWriterImpl
 

X

xmlAdapterError(XoXMLStreamReader, Class, Class, Class, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
xmlAdapterError(Object, String, Class, Class, Class, Exception) - Method in class org.metatype.sxc.jaxb.RuntimeContext
 
XMLEventStreamReader - Class in org.metatype.sxc.jaxb
 
XMLEventStreamReader(XMLEventReader) - Constructor for class org.metatype.sxc.jaxb.XMLEventStreamReader
 
XmlFactories - Class in org.metatype.sxc.util
 
XmlFactories() - Constructor for class org.metatype.sxc.util.XmlFactories
 
XMLGregorianCalendarJAXB() - Constructor for class org.metatype.sxc.jaxb.StandardJAXBObjects.XMLGregorianCalendarJAXB
 
xmlInputFactory - Variable in class org.metatype.sxc.xpath.impl.AbstractXPathEvaluator
 
xmlRootElement - Variable in class org.metatype.sxc.jaxb.JAXBObject
 
xmlType - Variable in class org.metatype.sxc.jaxb.JAXBObject
 
XoTestCase - Class in org.metatype.sxc.util
 
XoTestCase() - Constructor for class org.metatype.sxc.util.XoTestCase
 
XoTestCase.NullResolver - Class in org.metatype.sxc.util
 
XoXMLStreamReader - Interface in org.metatype.sxc.util
 
XoXMLStreamReaderImpl - Class in org.metatype.sxc.util
 
XoXMLStreamReaderImpl(XMLStreamReader) - Constructor for class org.metatype.sxc.util.XoXMLStreamReaderImpl
 
XoXMLStreamReaderImpl.AttributeImpl - Class in org.metatype.sxc.util
 
XoXMLStreamWriter - Interface in org.metatype.sxc.util
 
XoXMLStreamWriterImpl - Class in org.metatype.sxc.util
 
XoXMLStreamWriterImpl(XMLStreamWriter) - Constructor for class org.metatype.sxc.util.XoXMLStreamWriterImpl
 
XPathAssert - Class in org.metatype.sxc.util
XPath test assertions.
XPathBuilder - Class in org.metatype.sxc.xpath
 
XPathBuilder() - Constructor for class org.metatype.sxc.xpath.XPathBuilder
 
XPathBuilder.ExpressionState - Class in org.metatype.sxc.xpath
 
XPathEvaluator - Interface in org.metatype.sxc.xpath
 
XPathEvaluatorImpl - Class in org.metatype.sxc.xpath.impl
 
XPathEvaluatorImpl(Context) - Constructor for class org.metatype.sxc.xpath.impl.XPathEvaluatorImpl
 
XPathEvent - Class in org.metatype.sxc.xpath
 
XPathEvent(String, XMLStreamReader) - Constructor for class org.metatype.sxc.xpath.XPathEvent
 
XPathEventHandler - Class in org.metatype.sxc.xpath
 
XPathEventHandler() - Constructor for class org.metatype.sxc.xpath.XPathEventHandler
 
XPathException - Exception in org.metatype.sxc.xpath
 
XPathException() - Constructor for exception org.metatype.sxc.xpath.XPathException
 
XPathException(String, Throwable) - Constructor for exception org.metatype.sxc.xpath.XPathException
 
XPathException(String) - Constructor for exception org.metatype.sxc.xpath.XPathException
 
XPathException(Throwable) - Constructor for exception org.metatype.sxc.xpath.XPathException
 
xswVar - Variable in class org.metatype.sxc.builder.impl.AbstractWriterBuilder
 

_

_else() - Method in class org.metatype.sxc.builder.impl.JIfElseBlock
 
_return(JType, JExpression) - Method in interface org.metatype.sxc.builder.CodeBody
When the match completes, return the given expression (of the given type) to the parent ParserBuilder.
_return(JVar) - Method in interface org.metatype.sxc.builder.CodeBody
Short-cut for _return(var.type(),var) so that returning a variable is easier.
_return(JVar) - Method in class org.metatype.sxc.builder.impl.CodeBodyImpl
 
_return(JType, JExpression) - Method in class org.metatype.sxc.builder.impl.CodeBodyImpl
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2007–2015. All rights reserved.